Skip to content

Commit

Permalink
Add openssl vendored for ut1 feature
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rabotin <[email protected]>
  • Loading branch information
ChristopherRabotin committed Dec 30, 2022
1 parent cd85916 commit 3410cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install OpenSSL
run: |
sudo apt-get update
sudo apt-get install pkg-config libssl-dev -y
- uses: messense/maturin-action@v1
with:
manylinux: auto
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ num-traits = {version = "0.2.15", default-features = false, features = ["libm"]}
lexical-core = {version = "0.8.5", default-features = false, features = ["parse-integers", "parse-floats"]}
reqwest = { version = "0.11", features = ["blocking", "json"], optional = true}
tabled = {version = "0.10.0", optional = true}
openssl = { version = "0.10", features = ["vendored"], optional = true }

[dev-dependencies]
serde_json = "1.0.91"
Expand All @@ -37,7 +38,7 @@ default = ["std"]
std = ["serde", "serde_derive"]
asn1der = ["der"]
python = ["std", "asn1der", "pyo3", "ut1"]
ut1 = ["std", "reqwest", "tabled"]
ut1 = ["std", "reqwest", "tabled", "openssl"]

[[bench]]
name = "bench_epoch"
Expand Down

0 comments on commit 3410cfd

Please sign in to comment.