1
0
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:
Ben Boeckel
2020-05-05 11:17:01 -04:00
parent bdce0fc317
commit 671ff5f1ac

View File

@@ -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