This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 309996da731705505bc185e5394b83663e3aa148 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 14c5744ef2..6a16b1a38c 100644 --- a/build.xml +++ b/build.xml @@ -4135,7 +4135,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