]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removing x32 tests
authorYann Collet <cyan@fb.com>
Tue, 11 Feb 2025 19:37:18 +0000 (11:37 -0800)
committerYann Collet <cyan@fb.com>
Tue, 11 Feb 2025 19:37:18 +0000 (11:37 -0800)
this ABI is no longer supported by Ubuntu,
and there is a wider consensus that this ABI is on the way out,
with more and more distributions dropping it,
and lingering questions about support of x32 in the kernel.

.github/workflows/dev-short-tests.yml

index d9610d3a4e5d240f8e86dbbad487dfaca6ba0c92..7cc7bd85f9569a33dedeeaef4edc5b9902a2e5a3 100644 (file)
@@ -37,18 +37,6 @@ jobs:
         APT_PACKAGES="gcc-multilib" make apt-install
         CFLAGS="-m32 -O1 -fstack-protector" make check V=1
 
-  check-x32:
-    runs-on: ubuntu-lastest  # ubuntu-latest == ubuntu-22.04 have issues currently with x32
-    steps:
-    - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
-    - name: make check on x32 ABI # https://en.wikipedia.org/wiki/X32_ABI
-      env:
-        CHECK_CONSTRAINED_MEM: true
-      run: |
-        sudo apt update
-        APT_PACKAGES="gcc-multilib" make apt-install
-        CFLAGS="-mx32 -O1 -fstack-protector" make check V=1
-
   build-c89:
     runs-on: ubuntu-latest
     steps: