show the output

This commit is contained in:
Sylvestre Ledru 2022-10-18 17:10:57 +02:00
parent b65b1b86ee
commit 9124e9a147

2
debian/rules vendored
View File

@ -666,7 +666,7 @@ debian-full-build:
# If we used sccache, shows stats
if test -f /opt/sccache/sccache; then \
ls -al /opt/sccache/; \
ls -al /opt/sccache/sccache /usr/bin/g++-10 llvm/lib/Support/CodeGenCoverage.cpp; \
ls -al /opt/sccache/sccache /usr/bin/g++-10 /usr/bin/*g++-10 llvm/lib/Support/CodeGenCoverage.cpp; \
/opt/sccache/sccache --show-stats; \
cat $$SCCACHE_ERROR_LOG; \
fi