Skip to content

Commit 29565a4

Browse files
committed
Disable 32bit test
1 parent ec92116 commit 29565a4

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/reusable-release.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -537,34 +537,34 @@ jobs:
537537
DISTRO: ${{ matrix.platform.DISTRO }}
538538
ADD_CABAL_ARGS: ${{ matrix.platform.ADD_CABAL_ARGS }}
539539

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"
568568

569569
test-arm:
570570
name: Test ARM binary

0 commit comments

Comments
 (0)