provide SCCACHE_GCS_BUCKET

This commit is contained in:
Sylvestre Ledru 2022-10-15 10:30:28 +02:00
parent 3e61b0ec16
commit 3bef73c9ad

1
debian/rules vendored
View File

@ -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