Skip to content

Commit 1ed4a78

Browse files
committed
ci: switch to fedora container(s)
Switching to Fedora containers due to an updated musl in alpine causing build errors in Go bindings to sqlite, see: mattn/go-sqlite3#1164
1 parent 6d74557 commit 1ed4a78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ init:
1616

1717
configure-generators:
1818
stage: gen
19-
image: alpine:latest
19+
image: fedora:latest
2020
variables:
2121
PYTHONUNBUFFERED: 1
2222
script:
23-
- apk add -U go python3 gpgme-dev
23+
- dnf install -qy golang python3 gpgme-devel
2424
- ./test/scripts/configure-generators generator-config.yml
2525
artifacts:
2626
paths:
@@ -36,11 +36,11 @@ generator-trigger:
3636

3737
check-build-coverage:
3838
stage: verify
39-
image: alpine:latest
39+
image: fedora:latest
4040
variables:
4141
PYTHONUNBUFFERED: 1
4242
script:
43-
- apk add -U go python3 gpgme-dev s3cmd
43+
- dnf install -qy golang python3 gpgme-devel s3cmd
4444
- ./test/scripts/check-build-coverage ./s3configs/
4545
cache:
4646
key: testcache

0 commit comments

Comments
 (0)