mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Set CARGO_HOME for Windows builders.
This sets it to a directory that all relevant users can manipulate without any issues.
This commit is contained in:
parent
05b8ba0a48
commit
47e0dab42a
1 changed files with 6 additions and 0 deletions
|
@ -189,6 +189,9 @@ arm64:
|
||||||
- bash ./etc/ci/manifest_changed.sh
|
- bash ./etc/ci/manifest_changed.sh
|
||||||
|
|
||||||
windows-msvc-dev:
|
windows-msvc-dev:
|
||||||
|
env:
|
||||||
|
CARGO_HOME: C:\buildbot\.cargo
|
||||||
|
commands:
|
||||||
- mach.bat clean-cargo-cache --keep 3 --force
|
- mach.bat clean-cargo-cache --keep 3 --force
|
||||||
- mach.bat clean-nightlies --keep 3 --force
|
- mach.bat clean-nightlies --keep 3 --force
|
||||||
- mach.bat build --dev
|
- mach.bat build --dev
|
||||||
|
@ -198,6 +201,9 @@ windows-msvc-dev:
|
||||||
- mach.bat test-stylo
|
- mach.bat test-stylo
|
||||||
|
|
||||||
windows-msvc-nightly:
|
windows-msvc-nightly:
|
||||||
|
env:
|
||||||
|
CARGO_HOME: C:\buildbot\.cargo
|
||||||
|
commands:
|
||||||
- mach.bat clean-cargo-cache --keep 3 --force
|
- mach.bat clean-cargo-cache --keep 3 --force
|
||||||
- mach.bat clean-nightlies --keep 3 --force
|
- mach.bat clean-nightlies --keep 3 --force
|
||||||
- mach.bat build --release
|
- mach.bat build --release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue