From eb9cd45ef68ce50fb69cfb7352ae1cd616a8b458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Mon, 13 Feb 2023 16:08:11 +0100 Subject: [PATCH] ci: Install procps-ng in Fedora image For GCC LTO wrapper scripts. Part-of: --- .gitlab-ci/container/fedora/x86_build.sh | 1 + .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"