ci: uprev mold to 2.32.0

Also update tag list in build-mold.sh.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29641>
This commit is contained in:
Christian Gmeiner 2024-06-10 09:24:15 +02:00 committed by Marge Bot
parent 11812ae2aa
commit 8a4e530f9d
2 changed files with 7 additions and 6 deletions

View File

@ -4,12 +4,13 @@ set -ex
# When changing this file, you need to bump the following
# .gitlab-ci/image-tags.yml tags:
# ALPINE_X86_64_BUILD_TAG
# DEBIAN_BASE_TAG
# DEBIAN_BUILD_TAG
# FEDORA_X86_64_BUILD_TAG
# KERNEL_ROOTFS_TAG
MOLD_VERSION="2.31.0"
MOLD_VERSION="2.32.0"
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
pushd mold

View File

@ -13,10 +13,10 @@
variables:
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
DEBIAN_BASE_TAG: "20240529-rust"
DEBIAN_BASE_TAG: "20240612-mold"
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
DEBIAN_BUILD_TAG: "20240611-meson"
DEBIAN_BUILD_TAG: "20240612-mold"
DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"
DEBIAN_ARM64_TEST_BASE_IMAGE: "debian/arm64_test-base"
@ -30,11 +30,11 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20240423-deqp"
DEBIAN_TEST_GL_TAG: "20240531-glcts"
DEBIAN_TEST_VK_TAG: "20240531-piglit-cf"
KERNEL_ROOTFS_TAG: "20240531-glcts"
KERNEL_ROOTFS_TAG: "20240612-mold"
ALPINE_X86_64_BUILD_TAG: "20240517-m0ld"
ALPINE_X86_64_BUILD_TAG: "20240612-mold"
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"
FEDORA_X86_64_BUILD_TAG: "20240611-meson"
FEDORA_X86_64_BUILD_TAG: "20240612-mold"
KERNEL_TAG: "v6.6.21-mesa-f8ea"
KERNEL_REPO: "gfx-ci/linux"
PKG_REPO_REV: "3cc12a2a"