summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2021-11-15 07:53:59 +0100
committerDaiki Ueno <dueno@src.gnome.org>2021-11-15 08:04:21 +0100
commitea18ce9dea611049fc753c989c5f612639c73e79 (patch)
tree92f7f85f3cd5eb7893994b48354e94e52fb5ea5f /.gitlab-ci.yml
parente9c078cd119157c3723c56603edbaa4e3f0be58a (diff)
downloadlibsecret-ea18ce9dea611049fc753c989c5f612639c73e79.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files 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