ci/mold: bump to 1.11.0

Fixes LTO issue.

Release notes: https://github.com/rui314/mold/releases/tag/v1.11.0

Acked-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22642>
This commit is contained in:
David Heidelberg
2023-04-23 11:21:16 +02:00
committed by Marge Bot
parent 6d5462658a
commit 128e578c04
2 changed files with 4 additions and 2 deletions

View File

@@ -2,12 +2,14 @@
set -ex
MOLD_VERSION="1.10.0"
MOLD_VERSION="1.11.0"
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
pushd mold
cmake -DCMAKE_BUILD_TYPE=Release -D BUILD_TESTING=OFF -D MOLD_LTO=ON
cmake --build . --parallel
cmake --install .
popd
rm -rf mold

View File

@@ -3,7 +3,7 @@ variables:
DEBIAN_BASE_TAG: "2023-04-16-kernel-6.3"
DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build"
DEBIAN_BUILD_TAG: "2023-04-14-pyfire"
DEBIAN_BUILD_TAG: "2023-04-29-mold"
DEBIAN_X86_BUILD_MINGW_IMAGE_PATH: "debian/x86_build-mingw"
DEBIAN_BUILD_MINGW_TAG: "2023-01-03-ci-libva-2.17"