2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#2760] Disabled mysql due to access problems

- hammer is not able to configure mysql on github runners
This commit is contained in:
Tomek Mrugalski
2023-05-18 12:29:32 +02:00
parent 06e937b8c3
commit de546bd712

View File

@@ -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 docs,mysql,netconf,perfdhcp,shell,tls,unittest
./hammer.py prepare-system -p local -w docs,netconf,perfdhcp,shell,tls,unittest
- name: Inspect system CPU
run: cat /proc/cpuinfo
@@ -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-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-openssl --with-pgsql --with-sysrepo --with-sysrepo-cpp
make -j2
# Command-line programs to run using the OS shell.