[glib/wip/pwithnall/update-fedora-ci] ci: Update the Fedora CI image to Fedora 34
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/pwithnall/update-fedora-ci] ci: Update the Fedora CI image to Fedora 34
- Date: Tue, 8 Mar 2022 13:08:04 +0000 (UTC)
commit 20b6bda9a2067ec7179caf4286d4d0f3a54c7862
Author: Philip Withnall <pwithnall endlessos org>
Date: Tue Mar 8 12:57:27 2022 +0000
ci: Update the Fedora CI image to Fedora 34
This is the oldest still-supported version of Fedora.
It no longer ships gamin.
This should fix the installed-tests, which rely on version 0.19 of
python-dbusmock. Fedora 33 only had 0.18.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
.gitlab-ci.yml | 7 +------
.gitlab-ci/fedora.Dockerfile | 3 +--
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a77836e5b..7673f4168 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ cache:
- _ccache/
variables:
- FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v12"
+ FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v13"
COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v2"
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v9"
ANDROID_IMAGE: "registry.gitlab.gnome.org/gnome/glib/android-ndk:v5"
@@ -90,7 +90,6 @@ fedora-x86_64:
--libdir=lib
-Dsystemtap=true
-Ddtrace=true
- -Dfam=true
-Dinstalled_tests=true
-Dgtk_doc=true
_build
@@ -164,7 +163,6 @@ installed-tests:
- meson ${MESON_COMMON_OPTIONS}
--werror
--prefix=/usr --libdir=/usr/lib64
- -Dfam=true
-Dinstalled_tests=true
-Ddefault_library=both
-Ddtrace=false
@@ -202,7 +200,6 @@ G_DISABLE_ASSERT:
--werror
-Dsystemtap=true
-Ddtrace=true
- -Dfam=true
-Dinstalled_tests=true
-Dglib_assert=false
_build
@@ -233,7 +230,6 @@ valgrind:
--werror
-Dsystemtap=true
-Ddtrace=true
- -Dfam=true
-Dinstalled_tests=true
_build
- ninja -C _build
@@ -501,7 +497,6 @@ scan-build:
--libdir=lib
-Dsystemtap=true
-Ddtrace=true
- -Dfam=true
-Dinstalled_tests=true
_scan_build
- ninja -C _scan_build scan-build
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 07569aea0..deaa7c74e 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:33
+FROM fedora:34
RUN dnf -y update \
&& dnf -y install \
@@ -11,7 +11,6 @@ RUN dnf -y update \
elfutils-libelf-devel \
findutils \
fuse \
- gamin-devel \
gcc \
gcc-c++ \
gettext \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]