Skip to content

Commit 7a39c3c

Browse files
committed
Fix CI tests
1 parent 6b21f79 commit 7a39c3c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/scripts/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ if [ "${OS}" = "macOS" ] && [ "${ARCH}" = "ARM64" ] ; then
105105
elif [ "${OS}" = "FreeBSD" ] ; then
106106
# not enough space
107107
echo
108+
elif [ "${OS}" = "Linux" ] && [ "${ARCH}" = "ARM64" ] && [ "${DISTRO}" = "Alpine" ]; then
109+
# missing bindists
110+
echo
108111
else
109112
# test installing new ghc doesn't mess with currently set GHC
110113
# https://gitlab.haskell.org/haskell/ghcup-hs/issues/7

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ jobs:
419419
ARTIFACT: ${{ matrix.ARTIFACT }}
420420
ARCH: ${{ matrix.ARCH }}
421421
GHC_VER: ${{ matrix.GHC_VER }}
422-
DISTRO: Ubuntu
422+
DISTRO: ${{ matrix.DISTRO }}
423423
LD: ld.gold
424424

425425
- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Debian'

0 commit comments

Comments
 (0)