From 5bdb1ce452009da457f84f414e05997aa795a2bc Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 17 Aug 2018 03:46:27 +0200 Subject: appveyor: work around rust parellel build conflict --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.3