This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit b4702ad177927d1449402bef7ff02c281813499c
Author: schultz <schu...@apache.org>
AuthorDate: Thu Oct 12 14:17:33 2023 -0700

    Ignore x86 binary for Tomcat 11.0.x
---
 build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 340261dc9c..916cb20b72 100644
--- a/build.xml
+++ b/build.xml
@@ -4165,7 +4165,10 @@ reproducible-10=${reproducible-10}
         <isset property="reproducible-3" />
 -->
         <isset property="reproducible-4" />
-        <isset property="reproducible-5" />
+        <or>
+          <isset property="reproducible-5" />
+          <contains string="${version}" substring="11.0." /><!-- Super hack -->
+        </or>
         <isset property="reproducible-6" />
         <isset property="reproducible-7" />
        <isset property="reproducible-8" />


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to