ci: bump Mold to the 1.10.0

mold 1.9.0 was up to 10% slower than 1.8.0 on some multicore machines. We fixed the performance regression and made it even faster than 1.8.0.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20819>
This commit is contained in:
David Heidelberg
2023-01-20 22:02:45 +01:00
committed by Marge Bot
parent 4c1544b38a
commit e82cf650e9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -ex
MOLD_VERSION="1.9.0"
MOLD_VERSION="1.10.0"
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
pushd mold

View File

@@ -3,7 +3,7 @@ variables:
DEBIAN_BASE_TAG: "2023-01-20-all-in-1"
DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build"
DEBIAN_BUILD_TAG: "2023-01-20-all-in-1"
DEBIAN_BUILD_TAG: "2023-01-20-mold-1_10"
DEBIAN_X86_BUILD_MINGW_IMAGE_PATH: "debian/x86_build-mingw"
DEBIAN_BUILD_MINGW_TAG: "2023-01-03-ci-libva-2.17"