From f96f47884c830ae726b49f69f3d333f76bdfc312 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 9 Jun 2025 09:16:04 +0200 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/container/build-mold.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci/container/build-mold.sh b/.gitlab-ci/container/build-mold.sh index ac99ca3f12e..f1133427baa 100644 --- a/.gitlab-ci/container/build-mold.sh +++ b/.gitlab-ci/container/build-mold.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -ex - # When changing this file, you need to bump the following # .gitlab-ci/image-tags.yml tags: # ALPINE_X86_64_BUILD_TAG @@ -9,9 +7,11 @@ set -ex # DEBIAN_TEST_BASE_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 pushd mold