Skip to content

Commit

Permalink
add disable_initial_exec_tls feature to common
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Oct 17, 2023
1 parent 9cf03ff commit 2292ba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,7 @@ path = "src/bin/default_config.rs"

[lints]
workspace = true

[features]
default = []
disable_initial_exec_tls = ["tikv-jemalloc-ctl/disable_initial_exec_tls"]
2 changes: 1 addition & 1 deletion src/java_binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ normal = ["workspace-hack"]
[dependencies]
jni = "0.21.1"
prost = { workspace = true }
risingwave_common = { workspace = true }
risingwave_common = { workspace = true, features = ["disable_initial_exec_tls"] }
risingwave_jni_core = { workspace = true }
risingwave_pb = { workspace = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 2292ba0

Please sign in to comment.