ci: install libstdc++-static on fedora

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41037>
This commit is contained in:
Karol Herbst 2026-04-29 17:47:37 +02:00 committed by Marge Bot
parent 5fcde4d65d
commit 5512680581
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ DEPS=(
gettext
glslang
kernel-headers
libstdc++-static
llvm-devel
ninja-build
"pkgconfig(LLVMSPIRVLib)"

View file

@ -30,7 +30,7 @@ variables:
ALPINE_X86_64_BUILD_TAG: "20260429-libdrm"
FEDORA_X86_64_BUILD_TAG: "20260428-libdrm"
FEDORA_X86_64_BUILD_TAG: "20260429-staticcpp"
KERNEL_TAG: "v6.19-mesa-8a6f"
KERNEL_REPO: "gfx-ci/linux"