mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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:
parent
afcff6f333
commit
0213750e6d
2 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue