mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 06:14:05 +00:00
show the output
This commit is contained in:
parent
b65b1b86ee
commit
9124e9a147
2
debian/rules
vendored
2
debian/rules
vendored
@ -666,7 +666,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/; \
|
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; \
|
/opt/sccache/sccache --show-stats; \
|
||||||
cat $$SCCACHE_ERROR_LOG; \
|
cat $$SCCACHE_ERROR_LOG; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user