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-10 11:27:59 +0100
commit223f26c28a340b36d6bee5a0f32fedd00ef695a9 (patch)
tree30296205a6602c42ff2f4c11c51e542ae3d1f8d0 /scripts/zuul/script.sh
parent7edb0fcf3f92f4b58620142f41a830f1d465c833 (diff)
downloadcurl-223f26c28a340b36d6bee5a0f32fedd00ef695a9.tar.gz
mesalink: remove support
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