diff --git a/.gitlab-ci/container/fedora/x86_build.sh b/.gitlab-ci/container/fedora/x86_build.sh index 853a073222e..eb03f8ff5d5 100644 --- a/.gitlab-ci/container/fedora/x86_build.sh +++ b/.gitlab-ci/container/fedora/x86_build.sh @@ -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 \ diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 351265cd575..753dc8fce25 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -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"