From b157b0181f058b1196e44bc08bd455afbe89dbc8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 15 Oct 2022 23:32:55 +0200 Subject: [PATCH] more debug info --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index ddadc9ad..ce05527b 100755 --- a/debian/rules +++ b/debian/rules @@ -425,6 +425,8 @@ ifeq ($(shell test -e /tmp/sccache && echo -n yes),yes) export SCCACHE_GCS_KEY_PATH=secret-gcp-storage.json export SCCACHE_GCS_BUCKET=apt-llvm-org-sccache export SCCACHE_GCS_RW_MODE=READ_WRITE + export SCCACHE_LOG=sccache=debug + export SCCACHE_ERROR_LOG=/tmp/sccache.log STAGE_1_CMAKE_EXTRA += -DCMAKE_C_COMPILER_LAUNCHER=/tmp/sccache -DCMAKE_CXX_COMPILER_LAUNCHER=/tmp/sccache endif @@ -651,6 +653,7 @@ debian-full-build: # If we used sccache, shows stats if test -f /tmp/sccache; then \ /tmp/sccache --show-stats; \ + cat /tmp/sccache.log; \ fi # Check the stage 2 build worked