ci: Update Fedora image to 36

Fedora 34 is EOL.

With Fedora 37, ccache hangs in a futex syscall in CI for some reason,
so let's go with 36 for now.

v2:
* No need to add -Wno-error=stringop-overflow anymore.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21236>
This commit is contained in:
Michel Dänzer 2023-02-09 17:41:25 +01:00 committed by Marge Bot
parent 2a626f999a
commit 1589d004f1
2 changed files with 3 additions and 3 deletions

View file

@ -292,13 +292,13 @@ alpine/x86_build:
needs:
- alpine/x86_build
# Fedora 34 based x86 build image
# Fedora 36 based x86 build image
fedora/x86_build:
extends:
- .fdo.container-build@fedora
- .container
variables:
FDO_DISTRIBUTION_VERSION: 34
FDO_DISTRIBUTION_VERSION: 36
MESA_IMAGE_TAG: &fedora-x86_build ${FEDORA_X86_BUILD_TAG}
.use-fedora/x86_build:

View file

@ -20,7 +20,7 @@ variables:
DEBIAN_X86_TEST_VK_TAG: "2023-02-03-uprev-piglit"
ALPINE_X86_BUILD_TAG: "2023-01-20-all-in-1"
FEDORA_X86_BUILD_TAG: "2023-01-20-all-in-1"
FEDORA_X86_BUILD_TAG: "2023-02-09-f36"
KERNEL_ROOTFS_TAG: "2023-02-03-uprev-piglit"
WINDOWS_X64_VS_PATH: "windows/x64_vs"