ci/alpine: install and manage rust version ourselves

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37414>
This commit is contained in:
Eric Engestrom 2025-09-16 17:12:39 +02:00 committed by Marge Bot
parent 397abe0fb6
commit 3edcbecec8
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,8 @@ pip3 install --break-system-packages sphinx===8.2.3 hawkmoth===0.19.0
. .gitlab-ci/container/install-meson.sh
. .gitlab-ci/container/build-rust.sh
EXTRA_MESON_ARGS='--prefix=/usr' \
. .gitlab-ci/container/build-wayland.sh

View file

@ -28,7 +28,7 @@ variables:
DEBIAN_TEST_VIDEO_TAG: "20250813-vector"
DEBIAN_TEST_VK_TAG: "20250911-piglit"
ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"
ALPINE_X86_64_BUILD_TAG: "20250917-rust"
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250814-trixie"