summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorKleis Auke Wolthuizen <github@kleisauke.nl>2022-05-27 15:13:51 +0200
committerKleis Auke Wolthuizen <github@kleisauke.nl>2022-05-27 15:21:44 +0200
commita2a9dc38415cc92ac772d18548b97912bbc7abe8 (patch)
tree659dcf5790a67aa85942213401fe4fea5522c7b8 /ci
parentf750803424eefb844bf30791c3c18a8bb66817b7 (diff)
downloadlibrsvg-a2a9dc38415cc92ac772d18548b97912bbc7abe8.tar.gz
CI: Enable Fedora 33 build
This ensures that the CI test with an older Pango version (1.48.4). Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/704>
Diffstat (limited to 'ci')
-rw-r--r--ci/container_builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index d5acbd01..a404cec4 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -88,7 +88,7 @@ opensuse-container@x86_64.nightly:
before_script:
- source ./ci/env.sh
variables:
- FDO_DISTRIBUTION_VERSION: "34"
+ FDO_DISTRIBUTION_VERSION: "33"
FDO_UPSTREAM_REPO: "gnome/librsvg"
FDO_DISTRIBUTION_PACKAGES: >-
gcc make vala curl
@@ -117,7 +117,7 @@ opensuse-container@x86_64.nightly:
tags:
- aarch64
-.fedora-container@x86_64:
+fedora-container@x86_64:
extends:
- .fdo.container-build@fedora@x86_64
- .container.fedora@x86_64