mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 03:48:02 +08: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
|
||||
|
@@ -69,7 +69,7 @@
|
||||
### Fedora
|
||||
|
||||
.fedora34:
|
||||
image: "kitware/cmake:ci-fedora34-x86_64-2021-06-03"
|
||||
image: "kitware/cmake:ci-fedora34-x86_64-2021-06-07"
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
||||
|
Reference in New Issue
Block a user