diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-01-09 22:28:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-01-10 11:27:59 +0100 |
commit | 223f26c28a340b36d6bee5a0f32fedd00ef695a9 (patch) | |
tree | 30296205a6602c42ff2f4c11c51e542ae3d1f8d0 /zuul.d/jobs.yaml | |
parent | 7edb0fcf3f92f4b58620142f41a830f1d465c833 (diff) | |
download | curl-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 'zuul.d/jobs.yaml')
-rw-r--r-- | zuul.d/jobs.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 6d23d806d..52cd65c60 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -222,22 +222,6 @@ TFLAGS: https ftps - job: - name: curl-debug-mesalink - parent: curl-base - vars: - curl_apt_packages: - - libpsl-dev - - libbrotli-dev - - libzstd-dev - curl_env: - CC: gcc-8 - CXX: g++-8 - T: debug-mesalink - MESALINK: "yes" - C: >- - --with-mesalink - -- job: name: curl-debug-clang-with-openssl parent: curl-base vars: @@ -502,7 +486,6 @@ - curl-novalgrind-ngtcp2-with-openssl - curl-novalgrind-ngtcp2-gnutls - curl-debug-openssl3 - - curl-debug-mesalink - curl-debug-clang-with-openssl - curl-debug-clang-disable-alt-svc-with-openssl - curl-debug-clang-with-gnutls |