diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-08-17 03:46:27 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-08-17 21:25:11 +0200 |
commit | 5bdb1ce452009da457f84f414e05997aa795a2bc (patch) | |
tree | d38d8c8f64068a1b65590d43438ee8e43dc1302e | |
parent | 6326ae72b6de113b9088e052b3e35f4d3486e1f2 (diff) |
appveyor: work around rust parellel build conflict
-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: |