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

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

commit d3243b54996e5eb95dbb19b4cfbd8be305681913
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 5942bfd589..33945bc2a3 100644
--- a/build.xml
+++ b/build.xml
@@ -4228,7 +4228,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