Skip to content

Commit 2cba7fd

Browse files
committed
CI: Try to fix ab failures during OpenSSL ech job, set RPATH via LDFLAGS
1 parent 99b02bf commit 2cba7fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/travis_run_linux.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ fi
6161

6262
if test -v TEST_OPENSSL3; then
6363
CONFIG="$CONFIG --with-ssl=$HOME/root/openssl3"
64-
# Temporarily set LD_RUN_PATH so that httpd/mod_ssl binaries pick
65-
# up the custom OpenSSL build
66-
export LD_RUN_PATH=$HOME/root/openssl3/lib:$HOME/root/openssl3/lib64
6764
export PATH=$HOME/root/openssl3/bin:$PATH
65+
# Force everything built to hard-code an RPATH
66+
export LDFLAGS="-Wl,-rpath,$HOME/root/openssl3/lib -Wl,-rpath,$HOME/root/openssl3/lib64"
6867
openssl version
6968
fi
7069

0 commit comments

Comments
 (0)