aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.53k stars 705 forks source link

Fix OSX Builds #670

Closed alexw91 closed 2 years ago

alexw91 commented 6 years ago

The Travis OSX builds are currently broken. We should fix them and get them passing again.

Looks like the issue is that we're calling set -ex (which causes scripts to fail if any command returns an error) in .travis/install_osx_dependencies.sh and brew install pkg-config returns an error since pkg-config is already installed.

We should update the script to only install those packages if they aren't already installed to avoid the error.

lurkshark commented 6 years ago

Pull #701 got the Travis build working up to the installation of Sslyze.

dougch commented 4 years ago

Testing build run times on GHA for macOS.