[librsvg: 2/3] CI: Enable Fedora 33 build




commit a2a9dc38415cc92ac772d18548b97912bbc7abe8
Author: Kleis Auke Wolthuizen <github kleisauke nl>
Date:   Fri May 27 15:13:51 2022 +0200

    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>

 .gitlab-ci.yml          | 2 +-
 ci/container_builds.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c999fc312..864c55156 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,7 +117,7 @@ build-rsvg-opensuse@x86_64.nightly:
     - job: check
       artifacts: false
 
-.build-rsvg-fedora@x86_64:
+build-rsvg-fedora@x86_64:
   extends:
     - .container.fedora@x86_64
     - .fdo.distribution-image@fedora
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index d5acbd019..a404cec4c 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]