diff options
author | metagn <metagngn@gmail.com> | 2022-09-14 21:14:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 14:14:58 -0400 |
commit | 79afee868d784eb90972deb3ea89c96702585968 (patch) | |
tree | 65724d3c2ceb13ee5e4cf53a40028b7741da7c4b /azure-pipelines.yml | |
parent | a73ae3e066caecb7a891de87cf7c004805f96ff0 (diff) | |
download | Nim-79afee868d784eb90972deb3ea89c96702585968.tar.gz |
partial revert and redesign of #19814, changelog (#20341)
* conservative partial revert of #19814 * fix * revert tssl * revert azure CI change * keep azure, revert version range * fully revert CI, add changelog * useOpenssl3 as separate define, .3 is a version
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 734adbc7e..bfc58d072 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -131,13 +131,6 @@ jobs: condition: and(succeeded(), eq(variables['skipci'], 'false'), eq(variables['Agent.OS'], 'Darwin')) - bash: | - brew install openssl@1.1 - ln -s $(brew --prefix)/opt/openssl/lib/libcrypto.1.1.dylib /usr/local/lib - ln -s $(brew --prefix)/opt/openssl/lib/libssl.1.1.dylib /usr/local/lib/ - displayName: 'Install OpenSSL (OSX)' - condition: and(succeeded(), eq(variables['skipci'], 'false'), eq(variables['Agent.OS'], 'Darwin')) - - - bash: | set -e . ci/funs.sh nimInternalInstallDepsWindows |