From 7a33997434bdddb4bc1c514fcc095f51502116aa Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 27 Sep 2022 09:46:05 +0100 Subject: [PATCH] ci: bump mold to 1.5 Signed-off-by: Eric Engestrom Reviewed-by: David Heidelberg Part-of: --- .gitlab-ci/container/build-mold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-mold.sh b/.gitlab-ci/container/build-mold.sh index 578f6f510d489..c1dbe32b6fde4 100644 --- a/.gitlab-ci/container/build-mold.sh +++ b/.gitlab-ci/container/build-mold.sh @@ -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