diff options
| author | kennytm <kennytm@gmail.com> | 2018-03-25 01:26:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-25 01:26:28 +0800 |
| commit | c5264a5932d4a7540372759c853a9e863ce74097 (patch) | |
| tree | 918ff9b85c9287aa90e6ab87ed6aea7302f73102 /src/bootstrap | |
| parent | 23b4bf924f057bf8d77d13e47426a921d7416775 (diff) | |
| parent | efa9016390c6980983c58271436813215595bd05 (diff) | |
| download | rust-c5264a5932d4a7540372759c853a9e863ce74097.tar.gz rust-c5264a5932d4a7540372759c853a9e863ce74097.zip | |
Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton
Add a CI job for parallel rustc using x.py check r? @alexcrichton
Diffstat (limited to 'src/bootstrap')
| -rwxr-xr-x | src/bootstrap/configure.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 97da7cae07f..a5c373d5d5e 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -44,6 +44,7 @@ o("debug", "rust.debug", "debug mode; disables optimization unless `--enable-opt 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("test-miri", "rust.test-miri", "run miri's test suite") o("debuginfo-tests", "rust.debuginfo-tests", "build tests with debugger metadata") o("quiet-tests", "rust.quiet-tests", "enable quieter output when running tests") |
