Skip to content

Commit

Permalink
ci: switch to fedora container(s)
Browse files Browse the repository at this point in the history
Switching to Fedora containers due to an updated musl in alpine causing
build errors in Go bindings to sqlite, see:
mattn/go-sqlite3#1164
  • Loading branch information
supakeen authored and achilleas-k committed Dec 8, 2023
1 parent b5dd457 commit 4966daf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -16,11 +16,11 @@ init:

configure-generators:
stage: gen
image: alpine:latest
image: fedora:latest
variables:
PYTHONUNBUFFERED: 1
script:
- apk add -U go python3 gpgme-dev
- dnf install -qy golang python3 gpgme-devel
- ./test/scripts/configure-generators generator-config.yml
artifacts:
paths:
Expand All @@ -36,11 +36,11 @@ generator-trigger:

check-build-coverage:
stage: verify
image: alpine:latest
image: fedora:latest
variables:
PYTHONUNBUFFERED: 1
script:
- apk add -U go python3 gpgme-dev s3cmd
- dnf install -qy golang python3 gpgme-devel s3cmd
- ./test/scripts/check-build-coverage ./s3configs/
cache:
key: testcache
Expand Down

0 comments on commit 4966daf

Please sign in to comment.