Set CARGO_HOME for Windows builders.

This sets it to a directory that all relevant users can manipulate without any issues.
This commit is contained in:
Josh Matthews 2018-02-20 22:02:01 -05:00 committed by GitHub
parent 05b8ba0a48
commit 47e0dab42a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,6 +189,9 @@ arm64:
- bash ./etc/ci/manifest_changed.sh
windows-msvc-dev:
env:
CARGO_HOME: C:\buildbot\.cargo
commands:
- mach.bat clean-cargo-cache --keep 3 --force
- mach.bat clean-nightlies --keep 3 --force
- mach.bat build --dev
@ -198,6 +201,9 @@ windows-msvc-dev:
- mach.bat test-stylo
windows-msvc-nightly:
env:
CARGO_HOME: C:\buildbot\.cargo
commands:
- mach.bat clean-cargo-cache --keep 3 --force
- mach.bat clean-nightlies --keep 3 --force
- mach.bat build --release