diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-05-10 09:33:02 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-05-10 09:44:00 +0200 |
commit | 3be1e9c642fbc3e404162ec44e3f3928d91051f0 (patch) | |
tree | 80ba8f82d7243b9741a847d245b1e87f87b1b0be /zuul.d | |
parent | b01f3e679f4c1ea3fcd8ab43608a48653b09cc93 (diff) | |
download | curl-3be1e9c642fbc3e404162ec44e3f3928d91051f0.tar.gz |
zuul: fix the ngtcp2-gnutls build
Add packages and tweak the configure options.
Use the GnuTLS 3.7.4 branch (not main).
Closes #8829
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/jobs.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0ae03bd46..69f25fa62 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -125,6 +125,7 @@ - libpsl-dev - libbrotli-dev - libzstd-dev + - zlib1g-dev - autogen - automake - autopoint @@ -135,6 +136,9 @@ - libp11-kit-dev - libtasn1-6-dev - nettle-dev + - gtk-doc-tools + - gnulib + - libtasn1-bin curl_env: CC: gcc-8 CXX: g++-8 |