mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Disable incremental compilation on CI
We don’t keep the `target` directory between builds, and incremental cache takes a lot of space.
This commit is contained in:
parent
c8f542afac
commit
cee2aadd82
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
CARGO_INCREMENTAL: "0"
|
||||
|
||||
mac-rel-wpt1:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue