Merge remote-tracking branch 'origin/14' into 15

This commit is contained in:
Sylvestre Ledru 2022-11-16 22:38:42 +01:00
commit 4692b2aa3d

5
debian/rules vendored
View File

@ -784,8 +784,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 $@