Skip to content

Commit

Permalink
fix(ci): vendor openssl?
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 21, 2024
1 parent 3351232 commit 39c68b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ log = "0.4.22"
mime = "0.3.17"
mockito = "1.5"
object_store = "0.11.0"
openssl = { version = "0.10.68", features = ["vendored"] }
parquet = { version = "52.2", default-features = false }
pgstac = { version = "0.2.1", path = "crates/pgstac" }
pyo3 = "0.22.3"
Expand Down
1 change: 1 addition & 0 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ stac = { workspace = true, features = [
] }
stac-api = { workspace = true, features = ["client"] }
stac-duckdb.workspace = true
openssl.workspace = true # only so we can vendor it when cross-compiling
tokio = { workspace = true, features = ["rt"] }

[package.metadata.cross.target.x86_64-unknown-linux-gnu]
Expand Down

0 comments on commit 39c68b4

Please sign in to comment.