From ff4c1303343257fdb0673d42a24ac1e112cf5c93 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 25 Aug 2021 16:28:04 +0200 Subject: [PATCH] dnsdist: Build with nghttp2 support in GitHub actions --- tasks.py | 3 +++ 1 file changed, 3 insertions(+) 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') -- 2.47.3