Skip to content

Commit cee5824

Browse files
authored
Merge pull request #7701 from haskell/mergify/bp/3.6/pr-7700
Add i386 build (backport #7700)
2 parents a4e5da5 + a637ca2 commit cee5824

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitlab-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ build-x86_64-linux-alpine:
4545
- x86_64-linux
4646
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine3_12:$DOCKER_REV"
4747

48+
build-i386-linux-alpine:
49+
extends: .build
50+
tags:
51+
- x86_64-linux
52+
image: "i386/alpine:3.12"
53+
before_script:
54+
# for GHC
55+
- apk add --no-cache bash curl gcc g++ binutils binutils-gold bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl
56+
# for cabal build
57+
- apk add --no-cache zlib zlib-dev zlib-static
58+
4859
build-x86_64-freebsd:
4960
extends: .build
5061
tags:

0 commit comments

Comments
 (0)