ci: add compiler-rt to Fedora base image

This is needed for `clang -fsanitize=` flags.
This commit is contained in:
Brad King
2021-06-07 15:09:05 -04:00
parent fda060f030
commit 19d831b03d
2 changed files with 2 additions and 1 deletions

View File

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