bring back the debu

This commit is contained in:
Sylvestre Ledru 2022-10-18 23:20:27 +02:00
parent 8579a7d22b
commit f616f7d576

4
debian/rules vendored
View File

@ -556,8 +556,7 @@ ifeq (${SCCACHE_ENABLE},yes)
# Just in case...
/opt/sccache/sccache --stop-server
# Start the sccache server with the right set of options to use GCP
# SCCACHE_LOG=sccache=debug
SCCACHE_ERROR_LOG=/opt/sccache/sccache.log SCCACHE_GCS_KEY_PATH=/opt/sccache/secret-gcp-storage.json SCCACHE_GCS_BUCKET=apt-llvm-org-sccache SCCACHE_GCS_RW_MODE=READ_WRITE /opt/sccache/sccache --start-server
SCCACHE_LOG=sccache=debug SCCACHE_ERROR_LOG=/opt/sccache/sccache.log SCCACHE_GCS_KEY_PATH=/opt/sccache/secret-gcp-storage.json SCCACHE_GCS_BUCKET=apt-llvm-org-sccache SCCACHE_GCS_RW_MODE=READ_WRITE /opt/sccache/sccache --start-server
endif
echo "Running tests: $(RUN_TEST)"
echo "Using cmake: $(CMAKE_BIN)"; \
@ -661,6 +660,7 @@ debian-full-build:
# If we used sccache, shows stats
if test -f /opt/sccache/sccache; then \
ls -al /opt/sccache/; \
cat /opt/sccache/sccache.log; \
/opt/sccache/sccache --show-stats; \
fi