mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 11:33:58 +00:00
provide SCCACHE_GCS_BUCKET
This commit is contained in:
parent
3e61b0ec16
commit
3bef73c9ad
1
debian/rules
vendored
1
debian/rules
vendored
@ -423,6 +423,7 @@ endif
|
||||
# if sccache is installed in the chroot, use it
|
||||
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
|
||||
STAGE_1_CMAKE_EXTRA += -DCMAKE_C_COMPILER_LAUNCHER=/tmp/sccache -DCMAKE_CXX_COMPILER_LAUNCHER=/tmp/sccache
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user