mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 12:45:56 +08:00
ci: Install procps-ng in Fedora image
For GCC LTO wrapper scripts. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21781>
This commit is contained in:
parent
2b739ca31d
commit
eb9cd45ef6
@ -59,6 +59,7 @@ dnf install -y --setopt=install_weak_deps=False \
|
||||
"pkgconfig(xshmfence)" \
|
||||
"pkgconfig(xxf86vm)" \
|
||||
"pkgconfig(zlib)" \
|
||||
procps-ng \
|
||||
python-unversioned-command \
|
||||
python3-devel \
|
||||
python3-mako \
|
||||
|
@ -20,7 +20,7 @@ variables:
|
||||
DEBIAN_X86_TEST_VK_TAG: "2023-02-20-uprev-deqp-v2"
|
||||
|
||||
ALPINE_X86_BUILD_TAG: "2023-02-26-add-bash-coreutils"
|
||||
FEDORA_X86_BUILD_TAG: "2023-03-13-no-ccache"
|
||||
FEDORA_X86_BUILD_TAG: "2023-03-13-procps-ng"
|
||||
KERNEL_ROOTFS_TAG: "2023-03-13-virglrenderer-crosvm"
|
||||
|
||||
WINDOWS_X64_VS_PATH: "windows/x64_vs"
|
||||
|
Loading…
Reference in New Issue
Block a user