From 24765e669f3d9ae1b472d7d6434576a835d9262e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 7 Mar 2018 16:49:54 -0500 Subject: [PATCH] Don't clean the cargo cache on Windows. --- etc/ci/buildbot_steps.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index a08fb2ad5b9b..5b175a6b80c8 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -191,10 +191,7 @@ 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 - mach.bat test-unit @@ -203,10 +200,7 @@ 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 - mach.bat package --release