@@ -531,34 +531,34 @@ jobs:
531531 DISTRO : ${{ matrix.platform.DISTRO }}
532532 ADD_CABAL_ARGS : ${{ matrix.platform.ADD_CABAL_ARGS }}
533533
534- test-linux-32bit :
535- name : Test linux binaries (32bit)
536- runs-on : ubuntu-latest
537- needs : ["build-linux-32bit"]
538- env :
539- TARBALL_EXT : tar.xz
540- ARCH : 32
541- DISTRO : " Unknown"
542- ARTIFACT : " i386-linux-unknown"
543- ADD_CABAL_ARGS : " "
544- strategy :
545- fail-fast : false
546- matrix :
547- branch : ${{ fromJSON(inputs.branches) }}
548- steps :
549- - uses : actions/checkout@v4
550- with :
551- ref : ${{ matrix.branch }}
552-
553- - uses : ./.github/actions/download
554- with :
555- name : artifacts-${{ env.ARTIFACT }}-${{ matrix.branch }}
556- path : ./out
557-
558- - name : Run build (32 bit linux)
559- uses : docker://hasufell/i386-alpine-haskell:3.21
560- with :
561- 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"
534+ # test-linux-32bit:
535+ # name: Test linux binaries (32bit)
536+ # runs-on: ubuntu-latest
537+ # needs: ["build-linux-32bit"]
538+ # env:
539+ # TARBALL_EXT: tar.xz
540+ # ARCH: 32
541+ # DISTRO: "Unknown"
542+ # ARTIFACT: "i386-linux-unknown"
543+ # ADD_CABAL_ARGS: ""
544+ # strategy:
545+ # fail-fast: false
546+ # matrix:
547+ # branch: ${{ fromJSON(inputs.branches) }}
548+ # steps:
549+ # - uses: actions/checkout@v4
550+ # with:
551+ # ref: ${{ matrix.branch }}
552+ #
553+ # - uses: ./.github/actions/download
554+ # with:
555+ # name: artifacts-${{ env.ARTIFACT }}-${{ matrix.branch }}
556+ # path: ./out
557+ #
558+ # - name: Run build (32 bit linux)
559+ # uses: docker://hasufell/i386-alpine-haskell:3.21
560+ # with:
561+ # 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"
562562
563563 test-arm :
564564 name : Test ARM binary
0 commit comments