This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 3035b2b3f7d90e06b25894ee7ce26476be7b8e28 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 6abcaa30ae..2d1f53149a 100644 --- a/build.xml +++ b/build.xml @@ -3733,7 +3733,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