@@ -593,29 +593,29 @@ jobs:
593
593
DISTRO : ${{ matrix.platform.DISTRO }}
594
594
ADD_CABAL_ARGS : ${{ matrix.platform.ADD_CABAL_ARGS }}
595
595
596
- test-linux-32bit :
597
- name : Test linux binaries (32bit)
598
- runs-on : ubuntu-latest
599
- needs : ["build-linux-32bit"]
600
- env :
601
- TARBALL_EXT : tar.xz
602
- ARCH : 32
603
- DISTRO : " Unknown"
604
- ARTIFACT : " i386-linux-unknown"
605
- ADD_CABAL_ARGS : " "
606
- steps :
607
- - name : Checkout code
608
- uses : actions/checkout@v4
609
-
610
- - uses : actions/download-artifact@v4
611
- with :
612
- name : artifacts-${{ env.ARTIFACT }}
613
- path : ./out
614
-
615
- - name : Run build (32 bit linux)
616
- uses : docker://hasufell/i386-alpine-haskell:3.21
617
- with :
618
- args : sh -c "apk update && apk add groff bash binutils-gold curl gcc g++ gmp-dev libc-dev libffi-dev make musl-dev ncurses-dev perl tar xz autoconf automake bzip2 coreutils elfutils-dev findutils git jq bzip2-dev patch python3 sqlite sudo wget which zlib-dev patchelf zlib zlib-dev zlib-static && git config --system --add safe.directory $GITHUB_WORKSPACE && export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/test.sh"
596
+ # test-linux-32bit:
597
+ # name: Test linux binaries (32bit)
598
+ # runs-on: ubuntu-latest
599
+ # needs: ["build-linux-32bit"]
600
+ # env:
601
+ # TARBALL_EXT: tar.xz
602
+ # ARCH: 32
603
+ # DISTRO: "Unknown"
604
+ # ARTIFACT: "i386-linux-unknown"
605
+ # ADD_CABAL_ARGS: ""
606
+ # steps:
607
+ # - name: Checkout code
608
+ # uses: actions/checkout@v4
609
+ #
610
+ # - uses: actions/download-artifact@v4
611
+ # with:
612
+ # name: artifacts-${{ env.ARTIFACT }}
613
+ # path: ./out
614
+ #
615
+ # - name: Run build (32 bit linux)
616
+ # uses: docker://hasufell/i386-alpine-haskell:3.21
617
+ # with:
618
+ # args: sh -c "apk update && apk add groff bash binutils-gold curl gcc g++ gmp-dev libc-dev libffi-dev make musl-dev ncurses-dev perl tar xz autoconf automake bzip2 coreutils elfutils-dev findutils git jq bzip2-dev patch python3 sqlite sudo wget which zlib-dev patchelf zlib zlib-dev zlib-static && git config --system --add safe.directory $GITHUB_WORKSPACE && export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/test.sh"
619
619
620
620
test-arm :
621
621
name : Test ARM binary
@@ -813,7 +813,8 @@ jobs:
813
813
, "build-win"
814
814
, "build-freebsd-x86_64"
815
815
, "test-linux"
816
- , "test-linux-32bit"
816
+ # TODO: broken: https://github.com/haskell/cabal/issues/11049
817
+ # , "test-linux-32bit"
817
818
, "test-arm"
818
819
, "test-mac-x86_64"
819
820
, "test-mac-aarch64"
0 commit comments