ci/mold: Bump version for compatibility with Debian 13

And move the image tag header up while we're here.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35853>
This commit is contained in:
Valentine Burley 2025-06-09 09:16:04 +02:00 committed by Marge Bot
parent 596910dd98
commit f96f47884c

View file

@ -1,7 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -ex
# When changing this file, you need to bump the following # When changing this file, you need to bump the following
# .gitlab-ci/image-tags.yml tags: # .gitlab-ci/image-tags.yml tags:
# ALPINE_X86_64_BUILD_TAG # ALPINE_X86_64_BUILD_TAG
@ -9,9 +7,11 @@ set -ex
# DEBIAN_TEST_BASE_TAG # DEBIAN_TEST_BASE_TAG
# FEDORA_X86_64_BUILD_TAG # FEDORA_X86_64_BUILD_TAG
uncollapsed_section_start mold "Building mold" set -ex
MOLD_VERSION="2.32.0" section_start mold "Building mold"
MOLD_VERSION="2.40.1"
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
pushd mold pushd mold