]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2760] Experiment with enabling many extra flags
authorTomek Mrugalski <tomek@isc.org>
Fri, 12 May 2023 07:57:30 +0000 (09:57 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 19 May 2023 11:41:54 +0000 (13:41 +0200)
.github/workflows/codeql.yml

index 6fa09fc5edcf3ccd0ddcd8f8403c45bbabf0ee7d..8c6fd3a73744b5dd76c390e2649fc03f2cc6d57a 100644 (file)
@@ -44,17 +44,19 @@ jobs:
     # If this step fails, then you should remove it and run the build manually (see below)
     - name: Install dependencies
       run: |
-        ./hammer.py prepare-system -p local
+        ./hammer.py prepare-system -p local -w all
 
     - name: Inspect system CPU
       run: cat /proc/cpuinfo
 
     # We want to enable shell, so python files are generated. And CodeQL can
     # check them.
+
+    # Flags skipped: --with-gssapi
     - name: Build Kea
       run: |
         autoreconf -i
-        ./configure --enable-shell
+        ./configure --enable-shell --enable-debug --enable-generate-docs --enable-generate-messages --enable-generate-parser --enable-logger-checks --enable-perfdhcp --enable-shell --with-freeradius --with-libyang --with-libyang-cpp --with-mysql --with-openssl --with-pgsql --with-sysrepo --with-sysrepo-cpp
         make -j2
 
     # ℹ️ Command-line programs to run using the OS shell.