From b65b1b86ee977f2cbd8b37000c78e5acd1899699 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 18 Oct 2022 17:05:20 +0200 Subject: [PATCH] show the output --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 92814d15..15be4bdd 100755 --- a/debian/rules +++ b/debian/rules @@ -666,6 +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; \ /opt/sccache/sccache --show-stats; \ cat $$SCCACHE_ERROR_LOG; \ fi