From 70fc898ebba07dc72a10b81e1be12c0e3e54790c Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Thu, 27 Oct 2022 19:57:56 -0700 Subject: [PATCH] Disable some targets where zlib seems to no longer compile --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c42c813..8dcd484 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,8 +57,6 @@ jobs: test: true - target: arm-unknown-linux-gnueabihf test: true - - target: armv7-unknown-linux-gnueabihf - test: true - target: mips-unknown-linux-gnu test: true - target: mips64-unknown-linux-gnuabi64 @@ -69,10 +67,6 @@ jobs: test: true - target: powerpc-unknown-linux-gnu test: true - - target: powerpc64-unknown-linux-gnu - test: true - - target: powerpc64le-unknown-linux-gnu - test: true - target: s390x-unknown-linux-gnu test: true - target: x86_64-unknown-linux-musl