[libsecret/wip/dueno/f34: 2/2] CI: Pin base image to Fedora 34 for now
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret/wip/dueno/f34: 2/2] CI: Pin base image to Fedora 34 for now
- Date: Mon, 15 Nov 2021 07:04:35 +0000 (UTC)
commit ea18ce9dea611049fc753c989c5f612639c73e79
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Nov 15 07:53:59 2021 +0100
CI: Pin base image to Fedora 34 for now
The current image based on Fedora 35 gives timeout in tests using
D-Bus. Until we figure out the cause, let's stick with Fedora 34.
.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aad0fe4..c27e417 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
CPPCHECK_OPTIONS: "--enable=warning --enable=style --enable=performance --enable=portability --std=c99
--template='{id}:{file}:{line},{severity},{message}'"
fedora:Werror:
- image: fedora:latest
+ image: fedora:34
stage: build
before_script:
- dnf upgrade -y
@@ -26,7 +26,7 @@ fedora:Werror:
- _build/meson-logs/testlog.txt
fedora:asan:
- image: fedora:latest
+ image: fedora:34
stage: build
before_script:
- dnf upgrade -y
@@ -45,7 +45,7 @@ fedora:asan:
- _build/meson-logs/testlog.txt
fedora:ubsan:
- image: fedora:latest
+ image: fedora:34
stage: build
before_script:
- dnf upgrade -y
@@ -64,7 +64,7 @@ fedora:ubsan:
- _build/meson-logs/testlog.txt
fedora-static-analyzers/test:
- image: fedora:latest
+ image: fedora:34
stage: build
before_script:
- dnf upgrade -y
@@ -82,7 +82,7 @@ fedora-static-analyzers/test:
- _build/meson-logs/testlog.txt
fedora:coverage:
- image: fedora:latest
+ image: fedora:34
stage: build
before_script:
- dnf upgrade -y
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]