From: Yann Collet Date: Tue, 11 Feb 2025 19:37:18 +0000 (-0800) Subject: removing x32 tests X-Git-Tag: v1.5.7^2~3^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75bcae1272cbd6e417a9eb2c0e35e9f02828fba4;p=thirdparty%2Fzstd.git removing x32 tests 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. --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index d9610d3a4..7cc7bd85f 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -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: