aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2018-03-07 16:49:54 -0500
committerGitHub <noreply@github.com>2018-03-07 16:49:54 -0500
commit24765e669f3d9ae1b472d7d6434576a835d9262e (patch)
tree225301c505a9a3aa3fd7dc6e0d0a0b6a8b48a00a
parent72d09202f4e5207cee606e122729dd007e6b5ac8 (diff)
downloadservo-jdm-patch-9.tar.gz
servo-jdm-patch-9.zip
Don't clean the cargo cache on Windows.jdm-patch-9
-rw-r--r--etc/ci/buildbot_steps.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml
index a08fb2ad5b9..5b175a6b80c 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