We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a4ed7 commit 32bfd01Copy full SHA for 32bfd01
ci/setup_cache.sh
@@ -17,6 +17,13 @@ if [[ ! -z "${GCP_SERVICE_ACCOUNT_KEY}" ]]; then
17
echo "${GCP_SERVICE_ACCOUNT_KEY}" | base64 --decode > "${GCP_SERVICE_ACCOUNT_KEY_FILE}"
18
fi
19
20
+if [[ -n "${BAZEL_REMOTE_CACHE}" ]]; then
21
+ export BAZEL_BUILD_EXTRA_OPTIONS="${BAZEL_BUILD_EXTRA_OPTIONS} \
22
+ --experimental_inmemory_dotd_files \
23
+ --experimental_inmemory_jdeps_files \
24
+ --experimental_remote_download_outputs=toplevel"
25
+fi
26
+
27
if [[ "${BAZEL_REMOTE_CACHE}" =~ ^http ]]; then
28
if [[ ! -z "${GCP_SERVICE_ACCOUNT_KEY}" ]]; then
29
export BAZEL_BUILD_EXTRA_OPTIONS="${BAZEL_BUILD_EXTRA_OPTIONS} \
0 commit comments