mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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:
parent
2a626f999a
commit
1589d004f1
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue