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

@@ -314,7 +314,7 @@ fedora-release:
-D gallium-xa=enabled
-D gallium-nine=false
-D gallium-opencl=icd
-D gallium-rusticl=false
-D gallium-rusticl=true
-D gles1=disabled
-D gles2=enabled
-D llvm=enabled

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 \

View File

@@ -20,7 +20,7 @@ variables:
DEBIAN_X86_TEST_VK_TAG: "2023-04-24-deqp"
ALPINE_X86_BUILD_TAG: "2023-03-20-3.17-bump"
FEDORA_X86_BUILD_TAG: "2023-04-26-f38"
FEDORA_X86_BUILD_TAG: "2023-04-26-rusticl"
KERNEL_ROOTFS_TAG: "2023-04-26-skqp-12.1-r5"
WINDOWS_X64_VS_PATH: "windows/x64_vs"