From: Stefan Eissing Date: Thu, 24 Feb 2022 12:29:28 +0000 (+0000) Subject: *) test: latest plot twist in getting a new-enough cbindgen X-Git-Tag: 2.5.0-alpha2-ci-test-only~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbfffd8625d9af1501c8ec7a7d7af812a2e1e83;p=thirdparty%2Fapache%2Fhttpd.git *) 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 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index beceb80005a..409077944bc 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