remove the sccache log dump

This commit is contained in:
Sylvestre Ledru 2022-11-11 08:45:08 +01:00
parent 0125c0be4d
commit 98697f3cf1

1
debian/rules vendored
View File

@ -782,7 +782,6 @@ 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/; \
cat /opt/sccache/sccache.log; \
/opt/sccache/sccache --show-stats; \ /opt/sccache/sccache --show-stats; \
fi fi
touch $@ touch $@