mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 12:38:02 +02:00
.gitlab-ci.yml: Temporarily switch to Fedora rawhide
Since commit a34cb719cd, 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 <psychon@znc.in>
This commit is contained in:
parent
81102cc214
commit
269522fbe9
1 changed files with 4 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ variables:
|
|||
# Docker images for various distros and architectures
|
||||
|
||||
AMD64_FEDORA_LATEST: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/fedora:latest"
|
||||
AMD64_FEDORA_RAWHIDE: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/fedora:rawhide"
|
||||
AMD64_OPENSUSE_TUMBLEWEED: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/opensuse:tumbleweed"
|
||||
AMD64_DEBIAN_TESTING: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/debian:testing"
|
||||
|
||||
|
|
@ -41,6 +42,8 @@ stages:
|
|||
########################################################################
|
||||
|
||||
fedora:test:
|
||||
image: $AMD64_FEDORA_LATEST
|
||||
# Need pixman >= 0.36
|
||||
#image: $AMD64_FEDORA_LATEST
|
||||
image: $AMD64_FEDORA_RAWHIDE
|
||||
stage: test
|
||||
<<: *distro_test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue