@@ -535,35 +535,35 @@ jobs:
535535 ADD_CABAL_ARGS : ${{ matrix.platform.ADD_CABAL_ARGS }}
536536
537537# TODO: https://github.com/haskell/cabal/issues/11049
538- test-linux-32bit :
539- name : Test linux binaries (32bit)
540- runs-on : ubuntu-latest
541- needs : ["build-linux-32bit"]
542- if : $ {{ inputs.test }}
543- env :
544- TARBALL_EXT : tar.xz
545- ARCH : 32
546- DISTRO : " Unknown"
547- ARTIFACT : " i386-linux-unknown"
548- ADD_CABAL_ARGS : " "
549- strategy :
550- fail-fast : false
551- matrix :
552- branch : ${{ fromJSON(inputs.branches) }}
553- steps :
554- - uses : actions/checkout@v4
555- with :
556- ref : ${{ matrix.branch }}
557-
558- - uses : ./.github/actions/download
559- with :
560- name : artifacts-${{ env.ARTIFACT }}-${{ matrix.branch }}
561- path : ./out
562-
563- - name : Run build (32 bit linux)
564- uses : docker://i386/alpine:3.20
565- with :
566- args : sh -c "apk update && apk add curl bash git ${{ needs.tool-output.outputs.apk_tools }} groff && git config --system --add safe.directory $GITHUB_WORKSPACE && export PATH=$HOME/.ghcup/bin:$PATH && curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh && ghcup install cabal ${{ env.CABAL_VERSION }} && bash .github/scripts/build.bash"
538+ # test-linux-32bit:
539+ # name: Test linux binaries (32bit)
540+ # runs-on: ubuntu-latest
541+ # needs: ["build-linux-32bit"]
542+ # if: $ {{ inputs.test }}
543+ # env:
544+ # TARBALL_EXT: tar.xz
545+ # ARCH: 32
546+ # DISTRO: "Unknown"
547+ # ARTIFACT: "i386-linux-unknown"
548+ # ADD_CABAL_ARGS: ""
549+ # strategy:
550+ # fail-fast: false
551+ # matrix:
552+ # branch: ${{ fromJSON(inputs.branches) }}
553+ # steps:
554+ # - uses: actions/checkout@v4
555+ # with:
556+ # ref: ${{ matrix.branch }}
557+ #
558+ # - uses: ./.github/actions/download
559+ # with:
560+ # name: artifacts-${{ env.ARTIFACT }}-${{ matrix.branch }}
561+ # path: ./out
562+ #
563+ # - name: Run build (32 bit linux)
564+ # uses: docker://i386/alpine:3.20
565+ # with:
566+ # args: sh -c "apk update && apk add curl bash git ${{ needs.tool-output.outputs.apk_tools }} groff && git config --system --add safe.directory $GITHUB_WORKSPACE && export PATH=$HOME/.ghcup/bin:$PATH && curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh && ghcup install cabal ${{ env.CABAL_VERSION }} && bash .github/scripts/build.bash"
567567
568568 test-arm :
569569 name : Test ARM binary
0 commit comments