From 4056d953f177a66cc9b61853f8d211460544454d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 18 Oct 2022 17:03:24 +0200 Subject: [PATCH] show the output --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 46c495c7..92814d15 100755 --- a/debian/rules +++ b/debian/rules @@ -665,6 +665,7 @@ debian-full-build: # If we used sccache, shows stats if test -f /opt/sccache/sccache; then \ + ls -al /opt/sccache/; \ /opt/sccache/sccache --show-stats; \ cat $$SCCACHE_ERROR_LOG; \ fi