mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1844122 - sccache: store the stats too r=padenot,taskgraph-reviewers,jcristau DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D183882
This commit is contained in:
parent
7704587508
commit
79ebd2d939
@ -152,7 +152,7 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifdef SCCACHE_VERBOSE_STATS
|
||||
default::
|
||||
-$(CCACHE) --show-stats --stats-format=json > sccache-stats.json
|
||||
-$(CCACHE) --show-stats --stats-format=json > '$(UPLOAD_PATH)/sccache-stats.json'
|
||||
@echo "===SCCACHE STATS==="
|
||||
-$(CCACHE) --show-stats
|
||||
@echo "==================="
|
||||
|
@ -2,15 +2,19 @@
|
||||
win:
|
||||
target.crashreporter-symbols-full.tar.zst: shortest
|
||||
sccache.log: shortest
|
||||
sccache-stats.json: shortest
|
||||
|
||||
linux:
|
||||
target.crashreporter-symbols-full.tar.zst: shortest
|
||||
sccache.log: shortest
|
||||
sccache-stats.json: shortest
|
||||
|
||||
macos:
|
||||
target.crashreporter-symbols-full.tar.zst: shortest
|
||||
sccache.log: shortest
|
||||
sccache-stats.json: shortest
|
||||
|
||||
android:
|
||||
target.crashreporter-symbols-full.tar.zst: shortest
|
||||
sccache.log: shortest
|
||||
sccache-stats.json: shortest
|
||||
|
Loading…
Reference in New Issue
Block a user