File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def v(*args):
3535o ("docs" , "build.docs" , "build standard library documentation" )
3636o ("compiler-docs" , "build.compiler-docs" , "build compiler documentation" )
3737o ("optimize-tests" , "rust.optimize-tests" , "build tests with optimizations" )
38- o ("experimental- parallel-queries " , "rust.experimental- parallel-queries " , "build rustc with experimental parallelization " )
38+ o ("parallel-compiler " , "rust.parallel-compiler " , "build a multi-threaded rustc " )
3939o ("test-miri" , "rust.test-miri" , "run miri's test suite" )
4040o ("debuginfo-tests" , "rust.debuginfo-tests" , "build tests with debugger metadata" )
4141o ("verbose-tests" , "rust.verbose-tests" , "enable verbose output when running tests" )
Original file line number Diff line number Diff line change 8282SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true
8383
8484if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
85- $SRC /configure --enable-experimental- parallel-queries
85+ $SRC /configure --enable-parallel-compiler
8686 CARGO_INCREMENTAL=0 python2.7 ../x.py check
8787 rm -f config.toml
8888 rm -rf build
You can’t perform that action at this time.
0 commit comments