Skip to content

Commit

Permalink
Bug 1863497 - sccache: enable --show-adv-stats when storing stats r=g…
Browse files Browse the repository at this point in the history
…landium

Differential Revision: https://phabricator.services.mozilla.com/D192932
  • Loading branch information
sylvestre committed Nov 16, 2023
1 parent fdf8c30 commit ed874d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed874d9

Please sign in to comment.