Skip to content

Commit

Permalink
comment out rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Oct 29, 2024
1 parent 0dd7161 commit fbdbd29
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 118 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
# sccache: 'true'
manylinux: musllinux_1_2
rust-toolchain: 1.81.0
before-script-linux: |
sudo apt-get install -y gcc-multilib
# before-script-linux: |

# - name: Upload wheels
# uses: actions/upload-artifact@v4
Expand Down
130 changes: 16 additions & 114 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = { workspace = true }
chrono = { workspace = true }
itertools = { workspace = true }
serde.workspace = true
rocksdb = "0.22.0"
# rocksdb = "0.22.0"
bincode = "1.3.3"
half = "2.4.1"
delegate = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/state_backend/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pub mod rocksdb_backend;
// pub mod rocksdb_backend;
pub mod slatedb;

0 comments on commit fbdbd29

Please sign in to comment.