Skip to content

Commit

Permalink
build: downgrade to openssl@1 temporarily (#12219)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Sep 12, 2023
1 parent edb9aec commit 862ed5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion src/utils/workspace-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ rw-dynamic-link = ["zstd-sys"]

[dependencies]
log = { version = "0.4", features = ["release_max_level_debug"] }
openssl-sys = { version = "0.9", optional = true, features = ["vendored"] }
# FIXME: 0.9.93 upgrades openssl-src to openssl@3, but we failed to build it.
# fix it later https://github.com/risingwavelabs/risingwave/pull/12198
openssl-sys = { version = "=0.9.92", optional = true, features = ["vendored"] }
sasl2-sys = { version = "0.1", optional = true, features = ["gssapi-vendored"] }
tracing = { version = "0.1", features = ["release_max_level_debug"] }
zstd-sys = { version = "2", optional = true, default-features = false, features = ["pkg-config"] }
Expand Down

0 comments on commit 862ed5e

Please sign in to comment.