ci: Enable rusticl in the fedora-release job

v2:
* Drop superfluous -D rust_std=2021 (Eric Engestrom)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22718>
This commit is contained in:
Michel Dänzer
2023-04-21 09:56:34 +02:00
committed by Marge Bot
parent 96dd394787
commit 98bb47ee45
3 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ EPHEMERAL="
"
dnf install -y --setopt=install_weak_deps=False \
bindgen \
bison \
clang-devel \
flex \
@@ -30,6 +31,8 @@ dnf install -y --setopt=install_weak_deps=False \
kernel-headers \
llvm-devel \
meson \
"pkgconfig(LLVMSPIRVLib)" \
"pkgconfig(SPIRV-Tools)" \
"pkgconfig(dri2proto)" \
"pkgconfig(expat)" \
"pkgconfig(glproto)" \
@@ -64,6 +67,7 @@ dnf install -y --setopt=install_weak_deps=False \
python3-devel \
python3-mako \
python3-ply \
rust-packaging \
vulkan-headers \
spirv-tools-devel \
spirv-llvm-translator-devel \