Skip to content

Commit

Permalink
update rocksdb to 9.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jan 14, 2025
1 parent 5cdae04 commit 1ce86d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/librocksdb/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: "librocksdb"
description: "Build and install librocksdb"
inputs:
version:
description: RocksDB version, eg. "8.10.2"
description: RocksDB version, eg. "9.9.3"
required: false
default: "8.10.2"
default: "9.9.3"
force:
description: Force rebuild
required: false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ WORKDIR /tmp/rocksdb

RUN --mount=type=secret,id=AWS <<EOS
set -ex -o pipefail
git clone https://github.com/facebook/rocksdb.git -b v8.10.2 --depth 1 .
git clone https://github.com/facebook/rocksdb.git -b v9.9.3 --depth 1 .
source /root/env

# Support any CPU architecture
Expand Down

0 comments on commit 1ce86d3

Please sign in to comment.