diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-04-07 08:35:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-04-07 08:35:10 +0200 |
commit | 51d271213bf75548160b91e8bcc05031a50edf75 (patch) | |
tree | 31d3eabef68c599ddda84e94f49b8a3764425123 /scripts | |
parent | fbba7dd796888fe46fdb56068b4b44852c513634 (diff) | |
download | curl-51d271213bf75548160b91e8bcc05031a50edf75.tar.gz |
GHA: add openssl3 jobs moved over from zuul
Closes #8683
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/zuul/before_script.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh index 91b8403d5..e827800d6 100755 --- a/scripts/zuul/before_script.sh +++ b/scripts/zuul/before_script.sh @@ -87,15 +87,6 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$BORINGSSL" ]; then export LIBS=-lpthread fi -if [ "$TRAVIS_OS_NAME" = linux -a "$OPENSSL3" ]; then - cd $HOME - git clone --depth=1 https://github.com/openssl/openssl - cd openssl - ./config enable-tls1_3 --prefix=$HOME/openssl3 - make - make install_sw -fi - if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then cd $HOME git clone --depth=1 -b v3.1.4 https://github.com/libressl-portable/portable.git libressl-git |