Skip to content

Commit fdb1969

Browse files
committed
build: Try to use native TLS to fetch Z3.
1 parent e93f4c9 commit fdb1969

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = ['algorithms-pyo3-bindings']
1717
# So for CI builds, this feature is enabled, but for local builds,
1818
# you don't need it as long as you have Z3 installed (because your
1919
# build may take >30min if you enable it).
20-
static-z3 = ["z3/bundled"]
20+
static-z3 = ["z3/bundled", "z3-sys/bundled", "z3-sys/reqwest-native-tls-vendored"]
2121

2222
# Feature flag that enables Python bindings for the algorithms module
2323
algorithms-pyo3-bindings = []
@@ -52,6 +52,7 @@ pyo3-log = "0.13"
5252
# this to change because it might break our release builds.
5353
# Cannot update `z3` because this version is used by lib-param-bn.
5454
z3="^0.19.7"
55+
z3-sys = "0.10.4"
5556

5657
[build-dependencies]
5758
pyo3-build-config = "0.27"

0 commit comments

Comments
 (0)