From e193f421c6af9ffff7caae49e7457d3d93a85199 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Wed, 20 Apr 2022 02:53:43 +0200 Subject: [PATCH] bump Bazel cache (#13635) CHANGELOG_BEGIN CHANGELOG_END --- ci/configure-bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/configure-bazel.sh b/ci/configure-bazel.sh index 1587f52071..e32ee8a664 100755 --- a/ci/configure-bazel.sh +++ b/ci/configure-bazel.sh @@ -74,7 +74,7 @@ if is_windows; then SUFFIX="${SUFFIX:0:12}" echo "Platform suffix: $SUFFIX" # We include an extra version at the end that we can bump manually. - CACHE_SUFFIX="$SUFFIX-v11" + CACHE_SUFFIX="$SUFFIX-v12" CACHE_URL="$CACHE_URL/$CACHE_SUFFIX" echo "build:windows-ci --remote_http_cache=https://bazel-cache.da-ext.net/$CACHE_SUFFIX" >> .bazelrc.local fi