[polari] ci: Update Fedora image



commit 052b7dd5b7383984acb036d86b0325d6dc9d778f
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Sep 27 22:50:19 2022 +0200

    ci: Update Fedora image
    
    Bump the base distribution version to pull in a newer gjs
    version.
    
    Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/262>

 .gitlab-ci.yml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 754a5a8e..03a13e8f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,12 +47,12 @@ workflow:
 
 .polari.fedora:
   variables:
-    FDO_DISTRIBUTION_VERSION: 35
-    FDO_DISTRIBUTION_TAG: '2022-02-18.0'
+    FDO_DISTRIBUTION_VERSION: 37
+    FDO_DISTRIBUTION_TAG: '2022-09-27.0'
     FDO_DISTRIBUTION_PACKAGES: >
       meson gcc g++ pkgconf git gettext itstool
       desktop-file-utils */appstream-util */json-glib-validate
-      mozjs91-devel nodejs npm
+      nodejs npm
       pkgconfig(gtk+-3.0) pkgconfig(gjs-1.0)
       pkgconfig(gobject-introspection-1.0)
       pkgconfig(telepathy-glib)
@@ -60,11 +60,6 @@ workflow:
       # For static analysis with eslint
       npm install -g eslint eslint-plugin-jsdoc &&
 
-      ./.gitlab-ci/install-meson-project.sh \
-        -Dskip_dbus_tests=true \
-        https://gitlab.gnome.org/GNOME/gjs.git \
-        1.71.1 . &&
-
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.gnome.org/fmuellner/gjs-ci-tools.git \
         main .


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