From e82cf650e9388f1036995f8b8b1bfca85809fe09 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Fri, 20 Jan 2023 22:02:45 +0100 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/container/build-mold.sh | 2 +- .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-mold.sh b/.gitlab-ci/container/build-mold.sh index 9f23a72a3ca..696568ce08e 100644 --- a/.gitlab-ci/container/build-mold.sh +++ b/.gitlab-ci/container/build-mold.sh @@ -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 diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index c420dd4179c..2e99379954f 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -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"