diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-03-07 16:49:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 16:49:54 -0500 |
commit | 24765e669f3d9ae1b472d7d6434576a835d9262e (patch) | |
tree | 225301c505a9a3aa3fd7dc6e0d0a0b6a8b48a00a | |
parent | 72d09202f4e5207cee606e122729dd007e6b5ac8 (diff) | |
download | servo-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.yml | 6 |
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 |