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