This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 5d522fb556 Stop using cache for the benchmark job (#7706)
5d522fb556 is described below
commit 5d522fb55628de063ea59ee738aa341cb73b71ff
Author: Kousuke Saruta <[email protected]>
AuthorDate: Sun Oct 1 19:33:25 2023 +0900
Stop using cache for the benchmark job (#7706)
---
.github/workflows/rust.yml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 80de6e663f..37533396e0 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -226,17 +226,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- - name: Cache Cargo
- uses: actions/cache@v3
- with:
- path: |
- ~/.cargo/bin/
- ~/.cargo/registry/index/
- ~/.cargo/registry/cache/
- ~/.cargo/git/db/
- ./target/
- # this key equals the ones on `linux-build-lib` for re-use
- key: cargo-cache-benchmark-${{ hashFiles('datafusion/**/Cargo.toml',
'benchmarks/Cargo.toml') }}
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
with: