]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Build with nghttp2 support in GitHub actions
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 25 Aug 2021 14:28:04 +0000 (16:28 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Sep 2021 13:28:27 +0000 (15:28 +0200)
tasks.py

index e66e394bb504182894cb5d3c49b6e35ed3076594..47432d72b3dc04af8d943ce3451fd584d555ab9f 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -59,6 +59,7 @@ dnsdist_build_deps = [
     'libgnutls28-dev',
     'libh2o-evloop-dev',
     'liblmdb-dev',
+    'libnghttp2-dev',
     'libre2-dev',
     'libsnmp-dev',
 ]
@@ -177,6 +178,7 @@ def install_dnsdist_test_deps(c): # FIXME: rename this, we do way more than apt-
               libgnutls30 \
               libh2o-evloop0.13 \
               liblmdb0 \
+              libnghttp2-14 \
               libre2-5 \
               libssl-dev \
               libsystemd0 \
@@ -269,6 +271,7 @@ def ci_dnsdist_configure(c):
                      --with-libsodium \
                      --with-lua=luajit \
                      --with-libcap \
+                     --with-nghttp2 \
                      --with-re2 ''' + sanitizers, warn=True)
     if res.exited != 0:
         c.run('cat config.log')