mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-06 07:41:50 +00:00
bring back the debu
This commit is contained in:
parent
8579a7d22b
commit
f616f7d576
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user