mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 14:03:03 +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 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 --stats-format json --show-stats > /tmp/buildd/sccache-stats.json; \
|
mkdir -p /tmp/buildd/source/; \
|
||||||
cat /tmp/buildd/sccache-stats.json; \
|
/opt/sccache/sccache --stats-format json --show-stats > /tmp/buildd/source/sccache-stats.json; \
|
||||||
|
cat /tmp/buildd/source/sccache-stats.json; \
|
||||||
fi
|
fi
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user