This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new db76a685f9 Attempt to fix Travis build - OpenSSL is not optional for Tomcat Native 2.x db76a685f9 is described below commit db76a685f9bf2d20d6f133be4f96c6ad19be8d01 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 20 11:47:10 2022 +0100 Attempt to fix Travis build - OpenSSL is not optional for Tomcat Native 2.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ee801379e..6e71436c4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ install: - git clone -q https://github.com/apache/tomcat-native.git $HOME/tmp/tomcat-native - cd $HOME/tmp/tomcat-native/native - sh buildconf --with-apr=$HOME/tmp/apr - - ./configure --with-apr=$HOME/tmp/apr --with-java-home=$JAVA_HOME --with-ssl=yes --prefix=$HOME/tmp/tomcat-native-build + - ./configure --with-apr=$HOME/tmp/apr --with-java-home=$JAVA_HOME --prefix=$HOME/tmp/tomcat-native-build - make - make install - cd $CURR_PWD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org