Skip to content

Commit 581524e

Browse files
authoredSep 13, 2020
Rollup merge of #76441 - jyn514:parallel, r=jonas-schievink
Note that parallel-compiler = true causes tests to fail Mentioning #75760.
2 parents 409eb89 + 44726ba commit 581524e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎config.toml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@
393393
#incremental = false
394394

395395
# Build a multi-threaded rustc
396+
# FIXME(#75760): Some UI tests fail when this option is enabled.
396397
#parallel-compiler = false
397398

398399
# The default linker that will be hard-coded into the generated compiler for

0 commit comments

Comments
 (0)
Please sign in to comment.