Skip to content

Commit 6f7e5f8

Browse files
committed
Fix ckb-rocksdb build on gcc15
1 parent de539f0 commit 6f7e5f8

File tree

2 files changed

+15
-52
lines changed

2 files changed

+15
-52
lines changed

Cargo.lock

Lines changed: 14 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ rayon = "1.0"
263263
regex = "1.1.6"
264264
reqwest = "0.12"
265265
rhai = "1.16.0"
266-
rocksdb = { version = "=0.21.1", package = "ckb-rocksdb", default-features = false }
266+
rocksdb = { git="https://github.com/eval-exec/rust-rocksdb", branch="exec/gcc15", package = "ckb-rocksdb", default-features = false }
267267
rustc-hash = "1.1"
268268
secio = { version = "0.6", package = "tentacle-secio" }
269269
secp256k1 = "0.30"

0 commit comments

Comments
 (0)