show the output

This commit is contained in:
Sylvestre Ledru 2022-10-18 17:03:24 +02:00
parent f22e08ac09
commit 4056d953f1

1
debian/rules vendored
View File

@ -665,6 +665,7 @@ debian-full-build:
# 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/; \
/opt/sccache/sccache --show-stats; \ /opt/sccache/sccache --show-stats; \
cat $$SCCACHE_ERROR_LOG; \ cat $$SCCACHE_ERROR_LOG; \
fi fi