mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 10:24:35 +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
|
# if sccache is installed in the chroot, use it
|
||||||
ifeq ($(shell test -e /tmp/sccache && echo -n yes),yes)
|
ifeq ($(shell test -e /tmp/sccache && echo -n yes),yes)
|
||||||
export SCCACHE_GCS_KEY_PATH=secret-gcp-storage.json
|
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
|
STAGE_1_CMAKE_EXTRA += -DCMAKE_C_COMPILER_LAUNCHER=/tmp/sccache -DCMAKE_CXX_COMPILER_LAUNCHER=/tmp/sccache
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user