From 7e5d7eea9c580ef4b41a765bde624af431942b96 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:41:35 +0200 Subject: Merging upstream version 1.70.0+dfsg2. Signed-off-by: Daniel Baumann --- vendor/arc-swap/ci-check.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 vendor/arc-swap/ci-check.sh (limited to 'vendor/arc-swap/ci-check.sh') diff --git a/vendor/arc-swap/ci-check.sh b/vendor/arc-swap/ci-check.sh new file mode 100755 index 000000000..2a99dd1bc --- /dev/null +++ b/vendor/arc-swap/ci-check.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +set -ex + +rm -f Cargo.lock +cargo build + +if [ "$RUST_VERSION" = 1.31.0 ] ; then + exit +fi + +# Allow some warnings on the very old compiler. +export RUSTFLAGS="-D warnings" + +cargo test --release --all-features +cargo test --release --all-features -- --ignored -- cgit v1.2.3