summaryrefslogtreecommitdiff
path: root/scripts/zuul/script.sh
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-09 22:28:48 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-09 22:28:48 +0100
commit5de87139d155a1d9427fddaf9ef929ae60abf462 (patch)
treec89f726ca316bf010d6ccb22578d178a4d01c06b /scripts/zuul/script.sh
parentdbde76bdd6018ba68bf7192a514e4048f014cea3 (diff)
downloadcurl-5de87139d155a1d9427fddaf9ef929ae60abf462.tar.gz
mesalink: remove supportbagder/rm-mesalink
Mesalink has ceased development. We can no longer encourage use of it. It seems to be continued under the name TabbySSL, but no attempts have (yet) been to make curl support it. Fixes #8188 Closes #8191
Diffstat (limited to 'scripts/zuul/script.sh')
-rwxr-xr-xscripts/zuul/script.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/zuul/script.sh b/scripts/zuul/script.sh
index 7075e1aa7..121dea74b 100755
--- a/scripts/zuul/script.sh
+++ b/scripts/zuul/script.sh
@@ -58,12 +58,6 @@ if [ "$T" = "debug" ]; then
fi
fi
-if [ "$T" = "debug-mesalink" ]; then
- ./configure --enable-debug --enable-werror $C
- make
- make "TFLAGS=-n !313 !410 !3001" test-nonflaky
-fi
-
if [ "$T" = "debug-bearssl" ]; then
./configure --enable-debug --enable-werror $C
make