Fix CI
This commit is contained in:
parent
975eb312ef
commit
a015f7f61f
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ o("debug", "rust.debug", "enables debugging environment; does not affect optimiz
|
|||
o("docs", "build.docs", "build standard library documentation")
|
||||
o("compiler-docs", "build.compiler-docs", "build compiler documentation")
|
||||
o("optimize-tests", "rust.optimize-tests", "build tests with optimizations")
|
||||
o("experimental-parallel-queries", "rust.experimental-parallel-queries", "build rustc with experimental parallelization")
|
||||
o("parallel-compiler", "rust.parallel-compiler", "build a multi-threaded rustc")
|
||||
o("test-miri", "rust.test-miri", "run miri's test suite")
|
||||
o("debuginfo-tests", "rust.debuginfo-tests", "build tests with debugger metadata")
|
||||
o("verbose-tests", "rust.verbose-tests", "enable verbose output when running tests")
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ fi
|
|||
SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true
|
||||
|
||||
if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
|
||||
$SRC/configure --enable-experimental-parallel-queries
|
||||
$SRC/configure --enable-parallel-compiler
|
||||
CARGO_INCREMENTAL=0 python2.7 ../x.py check
|
||||
rm -f config.toml
|
||||
rm -rf build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue