Skip to content

Commit

Permalink
Re-enable botan test on macos
Browse files Browse the repository at this point in the history
Vendored botan 0.8.1 works fine on macos now.
Thanks to the botan author for finding the cause of the build
failure.

Closes #52
  • Loading branch information
est31 committed Mar 14, 2021
1 parent 8fc2b63 commit dcbaca2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ features = ["x509-parser"]
[dev-dependencies]
openssl = "0.10"
webpki = "0.21"

[target.'cfg(not(target_os = "macos"))'.dev-dependencies]
botan = { version = "0.8", features = ["vendored"] }
2 changes: 0 additions & 2 deletions tests/botan.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(not(target_os = "macos"))]

extern crate botan;
extern crate rcgen;

Expand Down

0 comments on commit dcbaca2

Please sign in to comment.