Skip to content

Commit

Permalink
Skip s390x as well, compiler is too old
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 1, 2024
1 parent 9afb141 commit cae74bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo '::endgroup::'

# 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")
skip_triples=("x86_64-unknown-linux-gnu" "i686-unknown-linux-gnu" "aarch64-unknown-linux-gnu" "arm-unknown-linux-gnueabihf" "s390x-unknown-linux-gnu")
if [[ -z $CI ]] || ! [[ ${skip_triples[@]} =~ "${TARGET_TRIPLE}" ]]; then
echo '::group::=== zlib-ng-no-cmake build ==='
$CROSS test --target "$TARGET_TRIPLE" --no-default-features --features zlib-ng-no-cmake-experimental-community-maintained
Expand Down

0 comments on commit cae74bb

Please sign in to comment.