mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
ci: install libstdc++-static on fedora
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41037>
This commit is contained in:
parent
5fcde4d65d
commit
5512680581
2 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ DEPS=(
|
|||
gettext
|
||||
glslang
|
||||
kernel-headers
|
||||
libstdc++-static
|
||||
llvm-devel
|
||||
ninja-build
|
||||
"pkgconfig(LLVMSPIRVLib)"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue