Module: Mesa Branch: main Commit: 6addb8566dbdf841fec693084247a7ad35adf7f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6addb8566dbdf841fec693084247a7ad35adf7f0
Author: David Heidelberg <[email protected]> Date: Mon Nov 7 19:15:18 2022 +0100 ci: remove duplicate entries from Fedora build Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19583> --- .gitlab-ci/container/fedora/x86_build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci/container/fedora/x86_build.sh b/.gitlab-ci/container/fedora/x86_build.sh index d357dd3b59a..1874e23be37 100644 --- a/.gitlab-ci/container/fedora/x86_build.sh +++ b/.gitlab-ci/container/fedora/x86_build.sh @@ -31,7 +31,6 @@ dnf install -y --setopt=install_weak_deps=False \ glslang \ kernel-headers \ llvm-devel \ - clang-devel \ meson \ "pkgconfig(dri2proto)" \ "pkgconfig(expat)" \ @@ -65,8 +64,6 @@ dnf install -y --setopt=install_weak_deps=False \ python-unversioned-command \ python3-devel \ python3-mako \ - python3-devel \ - python3-mako \ python3-ply \ vulkan-headers \ spirv-tools-devel \
