From: Remi Gacogne Date: Wed, 25 Aug 2021 14:28:04 +0000 (+0200) Subject: dnsdist: Build with nghttp2 support in GitHub actions X-Git-Tag: dnsdist-1.7.0-alpha1~23^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff4c1303343257fdb0673d42a24ac1e112cf5c93;p=thirdparty%2Fpdns.git dnsdist: Build with nghttp2 support in GitHub actions --- diff --git a/tasks.py b/tasks.py index e66e394bb5..47432d72b3 100644 --- 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')