aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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