From 3bef73c9ad72b953e7f656eefcb5b9516ffbae91 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 15 Oct 2022 10:30:28 +0200 Subject: [PATCH] provide SCCACHE_GCS_BUCKET --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 9a85e607..d853dad2 100755 --- a/debian/rules +++ b/debian/rules @@ -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