]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: explicitly enable developer mode
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 10 Oct 2022 15:18:00 +0000 (16:18 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 13 Oct 2022 21:18:37 +0000 (22:18 +0100)
.github/workflows/ci.yml

index baf402b96344ae9c060fce1536cd70918957b97f..c55230c6004573ac2e16ed740d0bbc8db17bb7c4 100644 (file)
@@ -267,6 +267,7 @@ jobs:
               build_paths="--with-openssl-lib-dir=/opt/openssl/lib64 --with-openssl-include-dir=/opt/openssl/include"
           fi
           CFLAGS="${BUILD_CFLAGS}" ./configure -C \
+              --enable-developer \
               --enable-werror \
               $enable_sanitizers \
               $build_paths \