mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 10:24:35 +00:00
sccache: generate stats and publish them
This commit is contained in:
parent
160ea57318
commit
ada0fc6bb3
5
debian/rules
vendored
5
debian/rules
vendored
@ -755,7 +755,8 @@ sccache-stats:
|
|||||||
# If we used sccache, shows stats
|
# If we used sccache, shows stats
|
||||||
if test -f /opt/sccache/sccache; then \
|
if test -f /opt/sccache/sccache; then \
|
||||||
ls -al /opt/sccache/; \
|
ls -al /opt/sccache/; \
|
||||||
/opt/sccache/sccache --show-stats; \
|
/opt/sccache/sccache --stats-format json --show-stats > /tmp/buildd/sccache-stats.json; \
|
||||||
|
cat /tmp/buildd/sccache-stats.json; \
|
||||||
fi
|
fi
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
@ -1169,7 +1170,7 @@ override_dh_auto_test:
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
override_dh_gencontrol:
|
override_dh_gencontrol: sccache-stats
|
||||||
dh_gencontrol -- $(control_vars)
|
dh_gencontrol -- $(control_vars)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user