mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
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:
parent
596910dd98
commit
f96f47884c
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue