2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#2760] Also disabled pgsql

This commit is contained in:
Tomek Mrugalski 2023-05-18 12:36:18 +02:00
parent de546bd712
commit 12a155bc1a
No known key found for this signature in database
GPG Key ID: 5F418202F1F80482

View File

@ -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.