Skip to content

Commit

Permalink
change how to install ssl (#938)
Browse files Browse the repository at this point in the history
* build ssl lib like brew formula
  • Loading branch information
Michael Bonani authored Jul 7, 2021
1 parent 627bd6d commit a8bee7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,17 +291,18 @@ jobs:
#workaround until devops deploy
- script: |
brew uninstall [email protected]
brew untap local/openssl
brew bundle
displayName: 'Install dependencies with HomeBrew'
- script: |
brew tap mobsya/brewqt https://github.com/mobsya/brewqt
brew extract --version=1.0.2t openssl mobsya/brewqt
brew install mobsya/brewqt/[email protected]
brew info openssl
displayName: 'Setting openssl version to 1.0.0'
curl -sL http://www.openssl.org/source/openssl-1.0.2t.tar.gz | tar xzf - -C .
cd openssl-1.0.2t
perl ./Configure --prefix=/usr/local/Cellar/[email protected]/1.0.2t --openssldir=/usr/local/etc/openssl no-ssl2 no-ssl3 no-zlib shared enable-cms darwin64-x86_64-cc enable-ec_nistp_64_gcc_128
make depend
make
make test
make install MANDIR=/usr/local/Cellar/[email protected]/1.0.2t/share/man MANSUFFIX=ssl
displayName: 'Setting openssl version to 1.0.2'
- script: |
git submodule update --init --recursive
Expand Down Expand Up @@ -355,8 +356,6 @@ jobs:
#we need 7z to extract qt so brew needs to run first
#workaround until devops deploy
- script: |
brew uninstall [email protected]
brew untap local/openssl
brew bundle
displayName: 'Install dependencies with HomeBrew'
Expand Down
2 changes: 1 addition & 1 deletion third_party/quazip
Submodule quazip updated 2 files
+1 −0 CMakeLists.txt
+97 −26 quazip.sln

0 comments on commit a8bee7b

Please sign in to comment.