]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2760] Disabled mysql due to access problems
authorTomek Mrugalski <tomek@isc.org>
Thu, 18 May 2023 10:29:32 +0000 (12:29 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 19 May 2023 11:41:54 +0000 (13:41 +0200)
 - hammer is not able to configure mysql on github runners

.github/workflows/codeql.yml

index e0e388814e01ab8e9ce821fbca67ef1e5cc65b40..b3247ca8baf3492aa4e856d3d1554a1fe6891b6a 100644 (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.