forked from mirrors/gecko-dev
Bug 1817256 - Store sccache.log with a short expiration time. r=taskgraph-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D173011
This commit is contained in:
parent
e10b840eaf
commit
f50455a504
1 changed files with 4 additions and 0 deletions
|
|
@ -1,12 +1,16 @@
|
||||||
---
|
---
|
||||||
win:
|
win:
|
||||||
target.crashreporter-symbols-full.tar.zst: shortest
|
target.crashreporter-symbols-full.tar.zst: shortest
|
||||||
|
sccache.log: shortest
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
target.crashreporter-symbols-full.tar.zst: shortest
|
target.crashreporter-symbols-full.tar.zst: shortest
|
||||||
|
sccache.log: shortest
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
target.crashreporter-symbols-full.tar.zst: shortest
|
target.crashreporter-symbols-full.tar.zst: shortest
|
||||||
|
sccache.log: shortest
|
||||||
|
|
||||||
android:
|
android:
|
||||||
target.crashreporter-symbols-full.tar.zst: shortest
|
target.crashreporter-symbols-full.tar.zst: shortest
|
||||||
|
sccache.log: shortest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue