From 47e0dab42a75254c3619155155fa7188acbbce34 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 20 Feb 2018 22:02:01 -0500 Subject: [PATCH] Set CARGO_HOME for Windows builders. This sets it to a directory that all relevant users can manipulate without any issues. --- etc/ci/buildbot_steps.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 8727fdcedae..dde95a79444 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -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