mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
ci/fedora: manage rust version ourselves
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37414>
This commit is contained in:
parent
40677b297d
commit
397abe0fb6
2 changed files with 3 additions and 2 deletions
|
|
@ -78,7 +78,6 @@ DEPS=(
|
|||
python3-ply
|
||||
python3-pycparser
|
||||
python3-yaml
|
||||
rust-packaging
|
||||
spirv-tools-devel
|
||||
spirv-llvm-translator-devel
|
||||
vulkan-headers
|
||||
|
|
@ -104,6 +103,8 @@ rm -rf $XORGMACROS_VERSION
|
|||
|
||||
. .gitlab-ci/container/install-meson.sh
|
||||
|
||||
. .gitlab-ci/container/build-rust.sh
|
||||
|
||||
. .gitlab-ci/container/build-bindgen.sh
|
||||
|
||||
. .gitlab-ci/container/build-mold.sh
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ variables:
|
|||
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
|
||||
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_REPO: "gfx-ci/linux"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue