]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) test: latest plot twist in getting a new-enough cbindgen
authorStefan Eissing <icing@apache.org>
Thu, 24 Feb 2022 12:29:28 +0000 (12:29 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 24 Feb 2022 12:29:28 +0000 (12:29 +0000)
     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

test/travis_run_linux.sh

index beceb80005a7bd912843a159b2686fb0e1b2aad8..409077944bc45264d7c906c55036d51606655201 100755 (executable)
@@ -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