[polari] ci: Update image
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] ci: Update image
- Date: Tue, 15 Feb 2022 00:56:43 +0000 (UTC)
commit 428f451e1e24448195734ce5a1bca0ad29eabc42
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Feb 15 01:23:21 2022 +0100
ci: Update image
Update mozjs, gjs and eslint before starting to use new language
features.
Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/243>
.gitlab-ci.yml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 387f1390..beccce19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
include:
- remote: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
- - remote:
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/bbe5232986c9b98eb1efe62484e07216f7d1a4df/templates/fedora.yml'
- - remote:
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/6f86b8bcb0cd5168c32779c4fea9a893c4a0c046/templates/ci-fairy.yml'
+ - remote:
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/34f4ade99434043f88e164933f570301fd18b125/templates/fedora.yml'
+ - remote:
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/34f4ade99434043f88e164933f570301fd18b125/templates/ci-fairy.yml'
stages:
- pre_review
@@ -45,14 +45,14 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^gnome-[0-9-]+$/'
- when: 'manual'
-.polari.fedora:34:
+.polari.fedora:35:
variables:
- FDO_DISTRIBUTION_VERSION: 34
- FDO_DISTRIBUTION_TAG: '2021-08-31.1'
+ FDO_DISTRIBUTION_VERSION: 35
+ FDO_DISTRIBUTION_TAG: '2022-02-15.0'
FDO_DISTRIBUTION_PACKAGES: >
meson gcc g++ pkgconf git gettext itstool
desktop-file-utils */appstream-util */json-glib-validate
- findutils mozjs78-devel nodejs npm
+ findutils mozjs91-devel nodejs npm
pkgconfig(gtk+-3.0) pkgconfig(gjs-1.0)
pkgconfig(gobject-introspection-1.0)
pkgconfig(telepathy-glib)
@@ -63,7 +63,7 @@ workflow:
./.gitlab-ci/install-meson-project.sh \
-Dskip_dbus_tests=true \
https://gitlab.gnome.org/GNOME/gjs.git \
- 1.69.2 . &&
+ 1.71.1 . &&
dnf clean all
@@ -113,14 +113,14 @@ check-merge-request:
build-fedora-container:
extends:
- .fdo.container-build@fedora@x86_64
- - .polari.fedora:34
+ - .polari.fedora:35
stage: prepare
<<: *prereview_req
eslint:
extends:
- .fdo.distribution-image@fedora
- - .polari.fedora:34
+ - .polari.fedora:35
stage: review
needs:
- build-fedora-container
@@ -164,7 +164,7 @@ nightly:
fedora-build:
extends:
- .fdo.distribution-image@fedora
- - .polari.fedora:34
+ - .polari.fedora:35
stage: build
needs:
- build-fedora-container
@@ -180,7 +180,7 @@ fedora-build:
fedora-dist:
extends:
- .fdo.distribution-image@fedora
- - .polari.fedora:34
+ - .polari.fedora:35
stage: deploy
needs:
- fedora-build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]