summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-05-10 09:33:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-05-10 09:44:00 +0200
commit3be1e9c642fbc3e404162ec44e3f3928d91051f0 (patch)
tree80ba8f82d7243b9741a847d245b1e87f87b1b0be /zuul.d
parentb01f3e679f4c1ea3fcd8ab43608a48653b09cc93 (diff)
downloadcurl-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.yaml4
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