ci: bump mold to 1.5
authorEric Engestrom <eric@igalia.com>
Tue, 27 Sep 2022 08:46:05 +0000 (09:46 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 28 Sep 2022 07:56:47 +0000 (07:56 +0000)
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18838>

.gitlab-ci/container/build-mold.sh

index 578f6f5..c1dbe32 100644 (file)
@@ -2,7 +2,7 @@
 
 set -ex
 
-MOLD_VERSION="1.4.1"
+MOLD_VERSION="1.5.0"
 
 git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
 cd mold