diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-08-26 06:17:02 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-08-26 19:22:37 +0200 |
| commit | 224cfc8c74133a6b4fe6c9e96a90925ebaf066aa (patch) | |
| tree | 6a02023ba3a2a1205a84858f3f1aa8bf903450a5 /.appveyor.yml | |
| parent | dfcde3e1eecc03a97d9e395ee9e61b7e03f1354d (diff) | |
build: fix rust temp file conflicts during parallel build
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 9e37f3640..da96eb2b3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -306,12 +306,6 @@ before_build: Set-FilesNeeded -Auto -Path $outputs -Reason "Build dependency graph" build_script: - # Attempt to work around multiple rustc instances messing with the same file - # when building in parallel. - # TODO: fix this properly. - - ps: ninja -C $env:DENO_BUILD_PATH -j 1 - build_extra/rust:winapi build_extra/rust:winapi-0.2 - - python tools\build.py - ps: Set-FilesNeeded -Auto -Reason "Build finished" |
