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 4520dd407 Attempt to fix mod_jk build action: this apxs2 path should 
exist
4520dd407 is described below

commit 4520dd407b8daf17e92ab516358268fc61ae8764
Author: rainerjung <[email protected]>
AuthorDate: Tue Jun 23 14:40:58 2026 +0200

    Attempt to fix mod_jk build action: this apxs2 path should exist
---
 .github/workflows/codeql.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index b06aad311..a8f7bccd5 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -82,7 +82,6 @@ jobs:
         sudo apt-get install libtool-bin apache2-dev
         cd native
         sh buildconf.sh
-        ls -ld /usr/bin/apxs2 /usr/sbin/apxs2
         ./configure --with-apxs=/usr/bin/apxs2
         make
     - name: Perform CodeQL Analysis


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to