ci: bump Alpine to 3.17 (again)

Now with fixed ccache 4.7.5.

`ccache` changelog:
Disabled the inode cache by default again since there have reports of ccache
processes hanging on futex calls related to the inode cache.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22037>
This commit is contained in:
David Heidelberg
2023-03-20 22:41:30 +01:00
committed by Marge Bot
parent 2413cb2965
commit 781c088d92
2 changed files with 2 additions and 2 deletions

View File

@@ -280,7 +280,7 @@ alpine/x86_build:
- .fdo.container-build@alpine
- .container
variables:
FDO_DISTRIBUTION_VERSION: "3.16"
FDO_DISTRIBUTION_VERSION: "3.17"
MESA_IMAGE_TAG: &alpine-x86_build ${ALPINE_X86_BUILD_TAG}
.use-alpine/x86_build:

View File

@@ -19,7 +19,7 @@ variables:
DEBIAN_X86_TEST_GL_TAG: "2023-03-20-piglit-60e7f058"
DEBIAN_X86_TEST_VK_TAG: "2023-03-20-piglit-60e7f058"
ALPINE_X86_BUILD_TAG: "2023-02-26-add-bash-coreutils"
ALPINE_X86_BUILD_TAG: "2023-03-20-3.17-bump"
FEDORA_X86_BUILD_TAG: "2023-03-13-procps-ng"
KERNEL_ROOTFS_TAG: "2023-03-20-piglit-60e7f058"