summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-08-13 23:53:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-08-14 00:54:01 +0200
commitc7febe520ba85ad221e5b514cb9b4d38e0028231 (patch)
treeb71287797b33dd24df4a53b354812240629d80ae /scripts
parent440fb677550f4130533a6ce744a6886648986f6d (diff)
downloadcurl-c7febe520ba85ad221e5b514cb9b4d38e0028231.tar.gz
GHA: move libressl CI from zuul to GitHub
Closes #9309
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zuul/before_script.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh
index a40bf6ecf..f75846014 100755
--- a/scripts/zuul/before_script.sh
+++ b/scripts/zuul/before_script.sh
@@ -94,16 +94,6 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$BORINGSSL" ]; then
export LIBS=-lpthread
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
- cd libressl-git
- ./autogen.sh
- ./configure --prefix=$HOME/libressl
- make
- make install
-fi
-
if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
cd $HOME
git clone --depth=1 --recursive https://github.com/cloudflare/quiche.git