mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
ci: skip weak dependencies in the CI image
This commit is contained in:
@@ -5,7 +5,7 @@ dnf install -y \
|
|||||||
openssl-devel
|
openssl-devel
|
||||||
|
|
||||||
# Install development tools.
|
# Install development tools.
|
||||||
dnf install -y \
|
dnf install --setopt=install_weak_deps=False -y \
|
||||||
clang-tools-extra \
|
clang-tools-extra \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
git-core
|
git-core
|
||||||
|
Reference in New Issue
Block a user