From a015f7f61ffba8ef2ea53320de8f3a6cd53561fe Mon Sep 17 00:00:00 2001 From: John Kåre Alsaker Date: Mon, 28 Jan 2019 19:22:55 +0100 Subject: Fix CI --- src/bootstrap/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap') diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 7b70236dfe8..b2d8f2d8ebf 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -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") -- cgit 1.4.1-3-g733a5