From d16c8cbfb3c651220e75d8bf5292b8f78d87dc7c Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 31 Jan 2024 16:21:38 +0100 Subject: [PATCH] Mabye this isn't set inside container? --- ci/test.bash | 2 +- flate2 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 flate2 diff --git a/ci/test.bash b/ci/test.bash index 2c15c60b..163b4b79 100755 --- a/ci/test.bash +++ b/ci/test.bash @@ -39,7 +39,7 @@ $CROSS run --target $TARGET_TRIPLE --manifest-path systest/Cargo.toml --no-defau # Note we skip compiling these targets on CI because the gcc version currently used in # cross for them is 5.4, ~8 years old at this point, hopefully it will be updated...sometime skip_triples=("x86_64-unknown-linux-gnu" "i686-unknown-linux-gnu" "aarch64-unknown-linux-gnu" "arm-unknown-linux-gnueabihf") -if [[ -n "$CI" ]] || ! [[ ${skip_triples[@]} =~ "\<${TARGET_TRIPLE}\>" ]]; then +if [[ -z $CI ]] || ! [[ ${skip_triples[@]} =~ "${TARGET_TRIPLE}" ]]; then echo '=== zlib-ng-no-cmake build ===' $CROSS test --target "$TARGET_TRIPLE" --no-default-features --features zlib-ng-no-cmake $CROSS run --target "$TARGET_TRIPLE" --manifest-path systest/Cargo.toml --no-default-features --features zlib-ng-no-cmake diff --git a/flate2 b/flate2 new file mode 160000 index 00000000..0a584f4a --- /dev/null +++ b/flate2 @@ -0,0 +1 @@ +Subproject commit 0a584f4a0c465e33b52219e8ac74f2ec9a489f9f