Skip to content

Commit 269522f

Browse files
committed
.gitlab-ci.yml: Temporarily switch to Fedora rawhide
Since commit a34cb71, we need pixman >= 0.36, which is not yet in the latest Fedora. Thus, this switches to Fedora rawhide to make things work again. Signed-off-by: Uli Schlachter <[email protected]>
1 parent 81102cc commit 269522f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ variables:
44
# Docker images for various distros and architectures
55

66
AMD64_FEDORA_LATEST: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/fedora:latest"
7+
AMD64_FEDORA_RAWHIDE: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/fedora:rawhide"
78
AMD64_OPENSUSE_TUMBLEWEED: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/opensuse:tumbleweed"
89
AMD64_DEBIAN_TESTING: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/debian:testing"
910

@@ -41,6 +42,8 @@ stages:
4142
########################################################################
4243

4344
fedora:test:
44-
image: $AMD64_FEDORA_LATEST
45+
# Need pixman >= 0.36
46+
#image: $AMD64_FEDORA_LATEST
47+
image: $AMD64_FEDORA_RAWHIDE
4548
stage: test
4649
<<: *distro_test

0 commit comments

Comments
 (0)