Skip to content

Commit

Permalink
work around LLVM miscompilation (#14)
Browse files Browse the repository at this point in the history
updates our rocksdb dep to work around the llvm 18 miscompilation
Syndica/rocksdb@3793e72
  • Loading branch information
Rexicon226 authored Dec 16, 2024
1 parent b49e699 commit 6d4230e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.version = "9.7.4",
.dependencies = .{
.rocksdb = .{
.url = "https://github.com/Syndica/rocksdb/archive/d879aa81f330eb9a5646e6c5d8317f092a7d114c.tar.gz",
.hash = "122043e5b3e4e5bc544774453dce561b03fb12ed6516bbb637d4bdabd9880273b296",
.url = "https://github.com/Syndica/rocksdb/archive/3793e721c7795b338d9d7808544b75db6bde3548.tar.gz",
.hash = "1220f93ed0f3a9f3cd0a39352c908af2cbcef0ab42f9fff76e3eb39aaaff5570e146",
},
},
.paths = .{
Expand Down

0 comments on commit 6d4230e

Please sign in to comment.