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

Differential Revision: https://phabricator.services.mozilla.com/D192932
This commit is contained in:
Sylvestre Ledru 2023-11-16 09:14:58 +00:00
parent fdf8c30db1
commit ed874d92b1

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