File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def v(*args):
35
35
o ("docs" , "build.docs" , "build standard library documentation" )
36
36
o ("compiler-docs" , "build.compiler-docs" , "build compiler documentation" )
37
37
o ("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 " )
39
39
o ("test-miri" , "rust.test-miri" , "run miri's test suite" )
40
40
o ("debuginfo-tests" , "rust.debuginfo-tests" , "build tests with debugger metadata" )
41
41
o ("verbose-tests" , "rust.verbose-tests" , "enable verbose output when running tests" )
Original file line number Diff line number Diff line change 82
82
SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true
83
83
84
84
if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
85
- $SRC /configure --enable-experimental- parallel-queries
85
+ $SRC /configure --enable-parallel-compiler
86
86
CARGO_INCREMENTAL=0 python2.7 ../x.py check
87
87
rm -f config.toml
88
88
rm -rf build
You can’t perform that action at this time.
0 commit comments