This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new b2d4fedbd5 Travis is using bionic so no OpenSSL 3. Try a different fix. b2d4fedbd5 is described below commit b2d4fedbd58b1720b8f9dce691c4a85e115194d1 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 20 14:49:43 2022 +0100 Travis is using bionic so no OpenSSL 3. Try a different fix. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e71436c4f..49e1ed481c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,10 +54,10 @@ install: - make - make install - export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/tmp/apr-build/lib" - - git clone -q https://github.com/apache/tomcat-native.git $HOME/tmp/tomcat-native + - git clone -q -b 1.2.x -- single-branch 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 --prefix=$HOME/tmp/tomcat-native-build + - ./configure --with-apr=$HOME/tmp/apr --with-java-home=$JAVA_HOME --with-ssl=yes --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