Skip to content

Commit 5d522fb

Browse files
authored
Stop using cache for the benchmark job (#7706)
1 parent 692ea24 commit 5d522fb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,6 @@ jobs:
226226
- uses: actions/checkout@v4
227227
with:
228228
submodules: true
229-
- name: Cache Cargo
230-
uses: actions/cache@v3
231-
with:
232-
path: |
233-
~/.cargo/bin/
234-
~/.cargo/registry/index/
235-
~/.cargo/registry/cache/
236-
~/.cargo/git/db/
237-
./target/
238-
# this key equals the ones on `linux-build-lib` for re-use
239-
key: cargo-cache-benchmark-${{ hashFiles('datafusion/**/Cargo.toml', 'benchmarks/Cargo.toml') }}
240229
- name: Setup Rust toolchain
241230
uses: ./.github/actions/setup-builder
242231
with:

0 commit comments

Comments
 (0)