Bug 1863497 - sccache: enable --show-adv-stats when storing stats r=glandium

Depends on D192931

Differential Revision: https://phabricator.services.mozilla.com/D192932
This commit is contained in:
Sylvestre Ledru
2023-11-27 16:59:49 +00:00
parent e8819ec544
commit c42174402a

View File

@@ -147,9 +147,9 @@ include $(topsrcdir)/config/rules.mk
ifdef SCCACHE_VERBOSE_STATS
default::
-$(CCACHE) --show-stats --stats-format=json > '$(UPLOAD_PATH)/sccache-stats.json'
-$(CCACHE) --show-adv-stats --stats-format=json > '$(UPLOAD_PATH)/sccache-stats.json'
@echo "===SCCACHE STATS==="
-$(CCACHE) --show-stats
-$(CCACHE) --show-adv-stats
@echo "==================="
endif