From 9124e9a147ee50272a9bc9cf74f40fc6789786df Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 18 Oct 2022 17:10:57 +0200 Subject: [PATCH] show the output --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 15be4bdd..dc20ac31 100755 --- a/debian/rules +++ b/debian/rules @@ -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