summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2019-02-17 09:26:11 +0100
committerUli Schlachter <psychon@znc.in>2019-03-25 17:02:13 +0000
commit269522fbe999b44e3f18179d59f7c835620894eb (patch)
tree614fcf85a9554c7ceb0e7f808efe8ee01d5f8c76
parent81102cc214814cac8c99fed08a877d8f38312e51 (diff)
.gitlab-ci.yml: Temporarily switch to Fedora rawhide
Since commit a34cb719cd9cb4f0, 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>
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c65440a4..a57b004fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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