diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-09-13 20:21:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 20:21:07 +0200 |
| commit | 581524e53777a3721cad1b8c33323e3ef46c8aad (patch) | |
| tree | 892f8cf900203e20845b780cece68f99cad90dc1 | |
| parent | 409eb89b3beaab3d962752ee6b024c36dd6cfd31 (diff) | |
| parent | 44726ba57cbb4aff6d349f301e5e174c7ef6ae02 (diff) | |
| download | rust-581524e53777a3721cad1b8c33323e3ef46c8aad.tar.gz rust-581524e53777a3721cad1b8c33323e3ef46c8aad.zip | |
Rollup merge of #76441 - jyn514:parallel, r=jonas-schievink
Note that parallel-compiler = true causes tests to fail Mentioning #75760.
| -rw-r--r-- | config.toml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index 39c94d41e3a..9135843045a 100644 --- a/config.toml.example +++ b/config.toml.example @@ -393,6 +393,7 @@ #incremental = false # Build a multi-threaded rustc +# FIXME(#75760): Some UI tests fail when this option is enabled. #parallel-compiler = false # The default linker that will be hard-coded into the generated compiler for |
