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