2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

Add libnghttp2-dev to .lgtm.yml

The LGTM.com configuration was missing required library, so the
"Extraction" step of the analysis was failing.
This commit is contained in:
Ondřej Surý 2021-06-02 09:33:27 +02:00
parent 2fc89e0353
commit d67e16ae3c

View File

@ -13,6 +13,7 @@ extraction:
- "libidn2-dev"
- "libmaxminddb-dev"
- "libuv1-dev"
- "libnghttp2-dev"
configure:
command:
- "autoreconf -fi"