mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ci: add compiler-rt to Fedora base image
This is needed for `clang -fsanitize=` flags.
This commit is contained in:
@@ -12,6 +12,7 @@ dnf install --setopt=install_weak_deps=False -y \
|
||||
# Install development tools.
|
||||
dnf install --setopt=install_weak_deps=False -y \
|
||||
clang-tools-extra \
|
||||
compiler-rt \
|
||||
gcc-c++ \
|
||||
git-core \
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user