-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: install openssl@3 when building wws in actions (#164)
* fix: install openssl@3 when building wws in actions * fix: install pkg-config-wrapper to avoid issues with cross-compilation * fix: try to install openssl arm64 on macOS * fix: typo error in the macos version * fix: force install openssl@3 arm64 and set the environment variable * fix: point openssl crate to use the right location for libs and headerS * fix: move OpenSSL vendored to a feature we can toggle. Enabled it for macOS on GitHub actions * fix: disable cross for macOS aarch64 as it's not required * fix: make openssl optional as it's not required for all platforms * fix: remove artifacts build condition that I added for testing
- Loading branch information
1 parent
707c952
commit 1c0599e
Showing
4 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters