@@ -530,34 +530,34 @@ jobs:
530530 DISTRO : ${{ matrix.platform.DISTRO }}
531531 ADD_CABAL_ARGS : ${{ matrix.platform.ADD_CABAL_ARGS }}
532532
533- test-linux-32bit :
534- name : Test linux binaries (32bit)
535- runs-on : ubuntu-latest
536- needs : ["build-linux-32bit"]
537- env :
538- TARBALL_EXT : tar.xz
539- ARCH : 32
540- DISTRO : " Unknown"
541- ARTIFACT : " i386-linux-unknown"
542- ADD_CABAL_ARGS : " "
543- strategy :
544- fail-fast : false
545- matrix :
546- branch : ${{ fromJSON(inputs.branches) }}
547- steps :
548- - uses : actions/checkout@v4
549- with :
550- ref : ${{ matrix.branch }}
551-
552- - uses : ./.github/actions/download
553- with :
554- name : artifacts-${{ env.ARTIFACT }}-${{ matrix.branch }}
555- path : ./out
556-
557- - name : Run build (32 bit linux)
558- uses : docker://hasufell/i386-alpine-haskell:3.21
559- with :
560- args : sh -c "apk update && apk add groff && git config --system --add safe.directory $GITHUB_WORKSPACE && export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/test.sh"
533+ # test-linux-32bit:
534+ # name: Test linux binaries (32bit)
535+ # runs-on: ubuntu-latest
536+ # needs: ["build-linux-32bit"]
537+ # env:
538+ # TARBALL_EXT: tar.xz
539+ # ARCH: 32
540+ # DISTRO: "Unknown"
541+ # ARTIFACT: "i386-linux-unknown"
542+ # ADD_CABAL_ARGS: ""
543+ # strategy:
544+ # fail-fast: false
545+ # matrix:
546+ # branch: ${{ fromJSON(inputs.branches) }}
547+ # steps:
548+ # - uses: actions/checkout@v4
549+ # with:
550+ # ref: ${{ matrix.branch }}
551+ #
552+ # - uses: ./.github/actions/download
553+ # with:
554+ # name: artifacts-${{ env.ARTIFACT }}-${{ matrix.branch }}
555+ # path: ./out
556+ #
557+ # - name: Run build (32 bit linux)
558+ # uses: docker://hasufell/i386-alpine-haskell:3.21
559+ # with:
560+ # args: sh -c "apk update && apk add groff && git config --system --add safe.directory $GITHUB_WORKSPACE && export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/test.sh"
561561
562562 test-arm :
563563 name : Test ARM binary
0 commit comments