1
0
Fork 0
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:
Bert Belder 2018-08-17 03:46:27 +02:00
parent 6326ae72b6
commit 5bdb1ce452
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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: