mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
auto merge of #1292 : metajack/servo/not-parallel, r=larsbergstrom
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:
commit
eb9b82fed8
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