1
Fork 0

Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton

Add a CI job for parallel rustc using x.py check

r? @alexcrichton
This commit is contained in:
kennytm 2018-03-25 01:26:28 +08:00 committed by GitHub
commit c5264a5932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View file

@ -271,6 +271,9 @@
# Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
#backtrace = true
# Build rustc with experimental parallelization
#experimental-parallel-queries = false
# The default linker that will be hard-coded into the generated compiler for
# targets that don't specify linker explicitly in their target specifications.
# Note that this is not the linker used to link said compiler.