summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2023-05-12 10:00:40 +0200
committerTomek Mrugalski <tomek@isc.org>2023-05-19 13:41:54 +0200
commitca70252689088a20f4dbdcd7f7a45893d72e0fa3 (patch)
tree45209d9c6f23feebf0263e0b27edc6f57e7bd12d /.github
parent[#2760] Experiment with enabling many extra flags (diff)
downloadkea-ca70252689088a20f4dbdcd7f7a45893d72e0fa3.tar.xz
kea-ca70252689088a20f4dbdcd7f7a45893d72e0fa3.zip
[#2760] Disabled RADIUS in workflow
- made the list of hammer features explicit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 8c6fd3a737..46d29f6974 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ 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 -w all
+ ./hammer.py prepare-system -p local -w docs,mysql,netconf,perfdhcp,pgsql,shell,tls,unittest
- name: Inspect system CPU
run: cat /proc/cpuinfo
@@ -52,11 +52,11 @@ jobs:
# We want to enable shell, so python files are generated. And CodeQL can
# check them.
- # Flags skipped: --with-gssapi
+ # Flags skipped: --with-gssapi --with-freeradius
- name: Build Kea
run: |
autoreconf -i
- ./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
+ ./configure --enable-shell --enable-debug --enable-generate-docs --enable-generate-messages --enable-generate-parser --enable-logger-checks --enable-perfdhcp --enable-shell --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.