mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
ci: skip weak dependencies in the CI image
This commit is contained in:
@@ -5,7 +5,7 @@ dnf install -y \
|
||||
openssl-devel
|
||||
|
||||
# Install development tools.
|
||||
dnf install -y \
|
||||
dnf install --setopt=install_weak_deps=False -y \
|
||||
clang-tools-extra \
|
||||
gcc-c++ \
|
||||
git-core
|
||||
|
||||
Reference in New Issue
Block a user