diff options
author | Tomek Mrugalski <tomek@isc.org> | 2023-05-18 12:36:18 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2023-05-19 13:41:54 +0200 |
commit | 12a155bc1aca1bed7af4a9854610b7921d0fcbe5 (patch) | |
tree | 35e7a0f11683146faab64fb2345b345acf55b0ad /.github | |
parent | [#2760] Disabled mysql due to access problems (diff) | |
download | kea-12a155bc1aca1bed7af4a9854610b7921d0fcbe5.tar.xz kea-12a155bc1aca1bed7af4a9854610b7921d0fcbe5.zip |
[#2760] Also disabled pgsql
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b3247ca8ba..6b9048c0c4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: - 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-libyang --with-libyang-cpp --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-openssl --with-sysrepo --with-sysrepo-cpp make -j2 # ℹ️ Command-line programs to run using the OS shell. |