]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add python3-ply to GitHub CodeQL configuration
authorOndřej Surý <ondrej@isc.org>
Thu, 19 Jan 2023 09:00:42 +0000 (10:00 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Jan 2023 09:03:37 +0000 (10:03 +0100)
BIND 9.16 needs Python and PLY packages for configure to succeed.
Unless we want to tweak the build script to exclude python, we need to
add python3-ply package to the CodeQL configuration.

.github/workflows/codeql.yml

index 8a21ded2bc3e3c01702e04e1a40a6a975a976225..c11c94357e5db6e128152a0a3f5ba318a4685c14 100644 (file)
@@ -27,7 +27,7 @@ jobs:
     - name: Install build dependencies
       uses: awalsh128/cache-apt-pkgs-action@latest
       with:
-        packages: libuv1-dev libssl-dev libnghttp2-dev libxml2-dev liblmdb-dev libjson-c-dev pkg-config autoconf automake autotools-dev libtool-bin libjemalloc-dev libedit-dev libcap-dev libidn2-dev libkrb5-dev libmaxminddb-dev zlib1g-dev
+        packages: libuv1-dev libssl-dev libnghttp2-dev libxml2-dev liblmdb-dev libjson-c-dev pkg-config autoconf automake autotools-dev libtool-bin libjemalloc-dev libedit-dev libcap-dev libidn2-dev libkrb5-dev libmaxminddb-dev zlib1g-dev python3-ply
         version: 1.0
 
     # Initializes the CodeQL tools for scanning.