mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 01:03:08 +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
|
#- https://bit.ly/3kDNpC9
|
||||||
ifeq (${SCCACHE_ENABLE},yes)
|
ifeq (${SCCACHE_ENABLE},yes)
|
||||||
# Just in case...
|
# 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
|
# 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
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user