From a09f70d03159194e9dcbf9765ef04f76f9f09a05 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 28 Mar 2024 06:41:04 -0700 Subject: [PATCH] [bazel] Update CI caching manifest for bzlmod --- .github/workflows/bazel.yml | 4 +--- .github/workflows/ci.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index e06b3da09da3a..22b0720cbbb91 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -114,9 +114,7 @@ jobs: name: ${{ inputs.cache-key }} manifest: crates: rust/Cargo.Bazel.lock - npm: package-lock.json - pypi__pip: py/requirements_lock.txt - ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }} + rules_ruby~~ruby~ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }} repository-cache: true - name: Setup Bazel without caching if: inputs.caching == false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5c078ffc68d4..ed444a53c9ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,7 @@ jobs: name: ci-check manifest: crates: rust/Cargo.Bazel.lock - npm: package-lock.json - pypi__pip: py/requirements_lock.txt - ruby: rb/.ruby-version + rules_ruby~~ruby~ruby: rb/.ruby-version repository-cache: true - name: Check Bazel targets id: check-targets