]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Re-enable 32-bit machine ABI check in CI.
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 25 Jan 2021 06:25:07 +0000 (22:25 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 28 Jan 2021 12:35:56 +0000 (13:35 +0100)
.github/workflows/pkgcheck.yml

index 08fae6653429e440cec916f1d9f975a7a7986f1e..a34ad94f34576d6e7e9075cc34dc7ce4ba850ef3 100644 (file)
@@ -113,7 +113,7 @@ jobs:
       # macOS runner does not contain abigail
       if: runner.os != 'macOS'
       run: |
-        if test "$CHOST" = "powerpc-linux-gnu" || test "$CFLAGS" = "-m32"; then echo "SKIP 32 bit compat broken, see issue 705"; else sh test/abicheck.sh --zlib-compat --refresh_if; fi
+        sh test/abicheck.sh --zlib-compat --refresh_if
       env:
         CC: ${{ matrix.compiler }}
         CFLAGS: ${{ matrix.cflags }}