Skip to content

Commit 61e6751

Browse files
committed
CI: add OpenSSL build binaries to $PATH
Github: closes #415 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916058 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit f65a498)
1 parent fc41cec commit 61e6751

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

test/travis_before_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if test -v TEST_OPENSSL3; then
150150
curl "https://www.openssl.org/source/openssl-${TEST_OPENSSL3}.tar.gz" |
151151
tar -xzf -
152152
cd openssl-${TEST_OPENSSL3}
153-
./Configure --prefix=$HOME/root/openssl3 shared no-tests
153+
./Configure --prefix=$HOME/root/openssl3 shared no-tests ${OPENSSL_CONFIG}
154154
make $MFLAGS
155155
make install_sw
156156
touch $HOME/root/openssl-is-${TEST_OPENSSL3}

test/travis_run_linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ fi
6262
if test -v TEST_OPENSSL3; then
6363
CONFIG="$CONFIG --with-ssl=$HOME/root/openssl3"
6464
export LD_LIBRARY_PATH=$HOME/root/openssl3/lib:$HOME/root/openssl3/lib64
65+
export PATH=$HOME/root/openssl3/bin:$PATH
66+
openssl version
6567
fi
6668

6769
srcdir=$PWD

0 commit comments

Comments
 (0)