mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05: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
|
||||
|
||||
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
|
||||
|
||||
test_script:
|
||||
|
|
Loading…
Reference in a new issue