mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 00:57:36 +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 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
|
||||
|
Loading…
Reference in New Issue
Block a user