]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) test: when building librustls, force an update to cbindgen as focal seems
authorStefan Eissing <icing@apache.org>
Thu, 16 Dec 2021 10:45:39 +0000 (10:45 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 16 Dec 2021 10:45:39 +0000 (10:45 +0000)
     to have an really old version.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896034 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index 4e7d86f0141e7fd1cdc1f063d642daeba6bd0724..fb901294fda0a52de9dc63f509230a6b636ed799 100755 (executable)
@@ -60,6 +60,8 @@ if test -v TEST_MOD_TLS; then
   pushd "$RUSTLS_HOME"
     git fetch origin
     git checkout tags/$RUSTLS_VERSION
+    # force an update to cbindgen as focal seems to deliver v0.12.1
+    cargo install --force cbindgen
     make install DESTDIR="$PREFIX"
   popd
   CONFIG="$CONFIG --with-tls --with-rustls=$PREFIX"