jborean93 / omi

Open Management Infrastructure
Other
111 stars 13 forks source link

macOS use OpenSSL 1.1 on Azure Pipelines Build #10

Closed jborean93 closed 4 years ago

jborean93 commented 4 years ago

The Azure Pipelines macOS agent comes with OpenSSL 1.0.2 https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#utilities. Because the vast majority of real world usage would be using OpenSSL from brew install openssl we want to produce a binary that is linked to that version (1.1.x). This change makes sure the build process uses that OpenSSL feature and not the older 1.0.2 version.

Fixes https://github.com/jborean93/omi/issues/9