ci/alpine: disable mold on Alpine builds
All the timeouts started close to Mold linking phase, disable it. See: - https://gitlab.freedesktop.org/mesa/mesa/-/jobs/32502446 - https://gitlab.freedesktop.org/mesa/mesa/-/jobs/32465151 Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20032>
This commit is contained in:

committed by
Marge Bot

parent
afcff6f333
commit
0213750e6d
@@ -34,7 +34,6 @@ apk add \
|
||||
linux-headers \
|
||||
llvm15-dev \
|
||||
meson \
|
||||
mold \
|
||||
expat-dev \
|
||||
elfutils-dev \
|
||||
libselinux-dev \
|
||||
|
@@ -17,7 +17,7 @@ variables:
|
||||
DEBIAN_X86_TEST_GL_TAG: "2022-11-17-weston"
|
||||
DEBIAN_X86_TEST_VK_TAG: "2022-11-17-test-img-path"
|
||||
|
||||
ALPINE_X86_BUILD_TAG: "2022-11-23-alpine-3_17"
|
||||
ALPINE_X86_BUILD_TAG: "2022-11-28-disable-mold"
|
||||
FEDORA_X86_BUILD_TAG: "2022-09-22-python3-ply-2"
|
||||
KERNEL_ROOTFS_TAG: "2022-11-17-weston"
|
||||
|
||||
|
Reference in New Issue
Block a user