summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-02-24 12:29:28 +0000
committerStefan Eissing <icing@apache.org>2022-02-24 12:29:28 +0000
commit8fbfffd8625d9af1501c8ec7a7d7af812a2e1e83 (patch)
tree7bcc7f2bc7117ba27582210223c91c7999935fe3 /test
parent338daf4719fe28f3d765ef92740d832ac141b742 (diff)
downloadhttpd-8fbfffd8625d9af1501c8ec7a7d7af812a2e1e83.tar.gz
*) test: latest plot twist in getting a new-enough cbindgen
on focal and use it for the mod_tls tests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898372 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-xtest/travis_run_linux.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index beceb80005..409077944b 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -61,8 +61,9 @@ if test -v TEST_MOD_TLS; then
git fetch origin
git checkout tags/$RUSTLS_VERSION
# force an update to cbindgen as focal seems to deliver v0.12.1
+ # always something changes with rust/cargo every few weeks, sigh.
cargo install --force cbindgen
- make install DESTDIR="$PREFIX"
+ PATH="${HOME}/.cargo/bin:${PATH}" make install DESTDIR="$PREFIX"
popd
CONFIG="$CONFIG --with-tls --with-rustls=$PREFIX"
fi