mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 05:36:49 -04:00
appveyor: work around rust parellel build conflict
This commit is contained in:
parent
6326ae72b6
commit
5bdb1ce452
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@ before_build:
|
||||||
- python tools\setup.py
|
- python tools\setup.py
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
# Attempt to work around multiple rustc instances messing with the same file
|
||||||
|
# when building in parallel.
|
||||||
|
# TODO: fix this properly.
|
||||||
|
- ninja -C out\debug -j 1 build_extra/rust:winapi build_extra/rust:winapi-0.2
|
||||||
- python tools\build.py
|
- python tools\build.py
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue