ci: bump Alpine to 3.17 (again)
authorDavid Heidelberg <david.heidelberg@collabora.com>
Mon, 20 Mar 2023 21:41:30 +0000 (22:41 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 23 Mar 2023 11:19:56 +0000 (11:19 +0000)
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>

.gitlab-ci/container/gitlab-ci.yml
.gitlab-ci/image-tags.yml

index 70f73b0..f4ac6c1 100644 (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:
index 2406fec..b09aa47 100644 (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"