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.
This commit is contained in:
Daiki Ueno 2021-11-15 07:53:59 +01:00
parent e9c078cd11
commit ea18ce9dea

View File

@ -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