Skip to content

Commit

Permalink
fix(schema-engine): dynamically link openssl
Browse files Browse the repository at this point in the history
Publishing the engines fails on `main` at the `lld` output verification
step starting with 2b21c24 because
#5126 changed the schema
engine to statically link OpenSSL. This commit fixes this.
  • Loading branch information
aqrln committed Jan 17, 2025
1 parent da1f85d commit b8cf99f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schema-engine/connectors/sql-schema-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mssql-native = ["mssql", "quaint/mssql-native", "quaint/pooled"]
cockroachdb = ["psl/cockroachdb", "quaint/postgresql", "schema-connector/cockroachdb", "sql-schema-describer/cockroachdb"]
cockroachdb-native = ["cockroachdb", "quaint/postgresql-native", "quaint/pooled"]
all-native = [
"vendored-openssl",
"quaint/fmt-sql",
"postgresql-native",
"sqlite-native",
Expand Down

0 comments on commit b8cf99f

Please sign in to comment.