Skip to content

Commit 65bfefb

Browse files
committed
review: re-add Cargo cache paths to Bazel job.
It looks that those rules are not as hermetic as they should be. Signed-off-by: Piotr Sikora <[email protected]>
1 parent 51a8a35 commit 65bfefb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
path: |
6868
~/.cache/bazel
6969
~/.cache/bazelisk
70+
~/.cargo/.crates.toml
71+
~/.cargo/.crates2.json
72+
~/.cargo/advisory-db
73+
~/.cargo/bin
74+
~/.cargo/registry
7075
~/go/pkg/mod
7176
key: bazel-${{ hashFiles('WORKSPACE', '.bazelrc', '.bazelversion', 'bazel/cargo/Cargo.Bazel.lock', 'bazel/dependencies.bzl', 'bazel/repositories.bzl') }}
7277

0 commit comments

Comments
 (0)