ci: bump mold to 1.5

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>
This commit is contained in:
Eric Engestrom 2022-09-27 09:46:05 +01:00 committed by Marge Bot
parent bcc5cb4a1b
commit 7a33997434
1 changed files with 1 additions and 1 deletions

View 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