Skip to content

Commit a09f70d

Browse files
committed
[bazel] Update CI caching manifest for bzlmod
1 parent e062acb commit a09f70d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ jobs:
114114
name: ${{ inputs.cache-key }}
115115
manifest:
116116
crates: rust/Cargo.Bazel.lock
117-
npm: package-lock.json
118-
pypi__pip: py/requirements_lock.txt
119-
ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
117+
rules_ruby~~ruby~ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
120118
repository-cache: true
121119
- name: Setup Bazel without caching
122120
if: inputs.caching == false

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
name: ci-check
2929
manifest:
3030
crates: rust/Cargo.Bazel.lock
31-
npm: package-lock.json
32-
pypi__pip: py/requirements_lock.txt
33-
ruby: rb/.ruby-version
31+
rules_ruby~~ruby~ruby: rb/.ruby-version
3432
repository-cache: true
3533
- name: Check Bazel targets
3634
id: check-targets

0 commit comments

Comments
 (0)