mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 00:57:36 +00:00
sccache: continue if the server isn't started
This commit is contained in:
parent
7a069fc1f7
commit
bed55eac10
2
debian/rules
vendored
2
debian/rules
vendored
@ -555,7 +555,7 @@ override_dh_auto_configure: preconfigure
|
||||
#- https://bit.ly/3kDNpC9
|
||||
ifeq (${SCCACHE_ENABLE},yes)
|
||||
# Just in case...
|
||||
/opt/sccache/sccache --stop-server
|
||||
/opt/sccache/sccache --stop-server||true
|
||||
# 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
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user