mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Disable parallel builds at top level.
Sub-builds are still parallelized. This is a workaround for rustpkg issues. See https://github.com/mozilla/rust/issues/9650
This commit is contained in:
parent
052a543f14
commit
45cd09cab9
1 changed files with 3 additions and 0 deletions
|
@ -378,3 +378,6 @@ backup-rust:
|
|||
|
||||
restore-rust:
|
||||
if [ -d ../$(CFG_TARGET_TRIPLES) ]; then rm -rf $(B)src/compiler/rust; mv ../$(CFG_TARGET_TRIPLES) $(B)src/compiler/rust; fi
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue