From ace280cccc5e780cf3593e68c603441372fc1780 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 28 Mar 2024 07:55:55 -0700 Subject: [PATCH] [ci] Don't use non-bzlmod caches --- .github/workflows/bazel.yml | 1 + .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 22b0720cbbb91..cc92dd2ef5b83 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -109,6 +109,7 @@ jobs: with: bazelisk-cache: true bazelrc: common --color=yes + cache-version: 2 disk-cache: ${{ inputs.cache-key }} external-cache: | name: ${{ inputs.cache-key }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed444a53c9ed3..b045ac440e1b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: uses: bazel-contrib/setup-bazel@0.8.1 with: bazelisk-cache: true + cache-version: 2 external-cache: | name: ci-check manifest: