diff options
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 6857dc96b..9e79e0eb9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: |