ci/fedora: 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 16:53:00 +02:00
committed by Marge Bot
parent 40677b297d
commit 397abe0fb6
2 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,6 @@ DEPS=(
python3-ply python3-ply
python3-pycparser python3-pycparser
python3-yaml python3-yaml
rust-packaging
spirv-tools-devel spirv-tools-devel
spirv-llvm-translator-devel spirv-llvm-translator-devel
vulkan-headers vulkan-headers
@@ -104,6 +103,8 @@ rm -rf $XORGMACROS_VERSION
. .gitlab-ci/container/install-meson.sh . .gitlab-ci/container/install-meson.sh
. .gitlab-ci/container/build-rust.sh
. .gitlab-ci/container/build-bindgen.sh . .gitlab-ci/container/build-bindgen.sh
. .gitlab-ci/container/build-mold.sh . .gitlab-ci/container/build-mold.sh

View File

@@ -32,7 +32,7 @@ variables:
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs" ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250814-trixie" ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250814-trixie"
FEDORA_X86_64_BUILD_TAG: "20250811-vdpau" FEDORA_X86_64_BUILD_TAG: "20250917-rust"
KERNEL_TAG: "v6.16-mesa-9d85" KERNEL_TAG: "v6.16-mesa-9d85"
KERNEL_REPO: "gfx-ci/linux" KERNEL_REPO: "gfx-ci/linux"