From ea18ce9dea611049fc753c989c5f612639c73e79 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 15 Nov 2021 07:53:59 +0100 Subject: [PATCH] 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