mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
store the sccache results in /tmp/buildd/source/sccache-stats.json
This commit is contained in:
parent
eb4bb9e7a4
commit
bde3d49c95
5
debian/rules
vendored
5
debian/rules
vendored
@ -756,8 +756,9 @@ sccache-stats:
|
||||
# If we used sccache, shows stats
|
||||
if test -f /opt/sccache/sccache; then \
|
||||
ls -al /opt/sccache/; \
|
||||
/opt/sccache/sccache --stats-format json --show-stats > /tmp/buildd/sccache-stats.json; \
|
||||
cat /tmp/buildd/sccache-stats.json; \
|
||||
mkdir -p /tmp/buildd/source/; \
|
||||
/opt/sccache/sccache --stats-format json --show-stats > /tmp/buildd/source/sccache-stats.json; \
|
||||
cat /tmp/buildd/source/sccache-stats.json; \
|
||||
fi
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user