Skip to content

Commit

Permalink
chore: remove librocksdb from formatting step
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 6, 2024
1 parent 488a7ae commit 8ccb067
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests-rs-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,14 @@ jobs:
components: rustfmt
cache: false

- name: Install librocksdb
uses: ./.github/actions/librocksdb
with:
version: 8.10.2
# This step doesn't need librocksdb, so we don't install it

- name: Check formatting
env:
RUSTC_WRAPPER: sccache
SCCACHE_BUCKET: multi-runner-cache-x1xibo9c
SCCACHE_REGION: ${{ secrets.AWS_REGION }}
SCCACHE_S3_KEY_PREFIX: ${{ runner.os }}/sccache/${{ runner.arch }}/linux-gnu
ROCKSDB_STATIC: "/opt/rocksdb/usr/local/lib/librocksdb.a"
ROCKSDB_LIB_DIR: "/opt/rocksdb/usr/local/lib"
run: cargo fmt --check --package=${{ inputs.package }}

unused_deps:
Expand Down

0 comments on commit 8ccb067

Please sign in to comment.