Skip to content

Commit 4ad71b1

Browse files
pks-tgitster
authored andcommitted
gitlab-ci: add linux32 job testing against i386
Add another job to GitLab CI that tests against the i386 architecture. This job is equivalent to the same job in GitHub Workflows. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5aea4ff commit 4ad71b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ test:linux:
6666
image: fedora:latest
6767
- jobname: linux-musl
6868
image: alpine:latest
69+
- jobname: linux32
70+
image: i386/ubuntu:20.04
6971
- jobname: linux-meson
7072
image: ubuntu:latest
7173
CC: gcc

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ then
269269
CI_OS_NAME=osx
270270
JOBS=$(nproc)
271271
;;
272-
*,alpine:*|*,fedora:*|*,ubuntu:*)
272+
*,alpine:*|*,fedora:*|*,ubuntu:*|*,i386/ubuntu:*)
273273
CI_OS_NAME=linux
274274
JOBS=$(nproc)
275275
;;

0 commit comments

Comments
 (0)