Skip to content

Commit

Permalink
ci: turn off caching in bench job (MystenLabs#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored Apr 30, 2022
1 parent 10ef071 commit c7a3f66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
# Turn off the caching on self-hosted jobs
# Enable caching of the 'librocksdb-sys' crate by additionally caching the
# 'librocksdb-sys' src directory which is managed by cargo
- uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
with:
path: ~/.cargo/registry/src/**/librocksdb-sys-*
# - uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
# with:
# path: ~/.cargo/registry/src/**/librocksdb-sys-*
- name: Install huniq, and cache the binary
uses: baptiste0928/cargo-install@v1
with:
Expand Down

0 comments on commit c7a3f66

Please sign in to comment.