ci: Update image
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 17 Feb 2023 11:33:11 +0000 (11:33 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 17 Feb 2023 12:24:09 +0000 (12:24 +0000)
Refresh the Fedora base (still at 37), and add the Python packaging
module for gi-docgen.

.gitlab-ci.yml
.gitlab-ci/fedora.Dockerfile

index ae5c3d5aaa3414de68eeea26339b1897d2a42742..12aba9e58813a2dde02c9413dff9dc98dea81c9f 100644 (file)
@@ -26,7 +26,7 @@ variables:
   BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
   FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled -Ddemos=false -Dbuild-examples=false -Dbuild-tests=false -Dbuild-testsuite=true"
   MESON_TEST_TIMEOUT_MULTIPLIER: 3
-  FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v40"
+  FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v41"
 
 workflow:
   rules:
index 4b61ed0e9ac73dc71948f5867fba6494f2616dda..fd8930443a6a63b124be0a0669e0761a87fc08ca 100644 (file)
@@ -82,6 +82,7 @@ RUN dnf -y install \
     python3-gobject \
     python3-jinja2 \
     python3-markdown \
+    python3-packaging \
     python3-pip \
     python3-pygments \
     python3-typogrify \