summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-04-07 08:35:08 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-04-07 08:35:10 +0200
commit51d271213bf75548160b91e8bcc05031a50edf75 (patch)
tree31d3eabef68c599ddda84e94f49b8a3764425123 /scripts
parentfbba7dd796888fe46fdb56068b4b44852c513634 (diff)
downloadcurl-51d271213bf75548160b91e8bcc05031a50edf75.tar.gz
GHA: add openssl3 jobs moved over from zuul
Closes #8683
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zuul/before_script.sh9
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