This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 1e0f450e7 Fix (hopefully) path to Ubuntu apxs2 in mod_jk build action
1e0f450e7 is described below
commit 1e0f450e7852ad74df3a170818c91d57c3624b99
Author: rainerjung <[email protected]>
AuthorDate: Tue Jun 23 14:19:36 2026 +0200
Fix (hopefully) path to Ubuntu apxs2 in mod_jk build action
---
.github/workflows/codeql.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 12908464c..b06aad311 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -82,7 +82,8 @@ jobs:
sudo apt-get install libtool-bin apache2-dev
cd native
sh buildconf.sh
- ./configure
+ ls -ld /usr/bin/apxs2 /usr/sbin/apxs2
+ ./configure --with-apxs=/usr/bin/apxs2
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]