summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-07 19:09:05 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-08 13:13:50 (GMT)
commit19d831b03d2c3921c19f07a94fce4f7b678f0afa (patch)
tree3ac5a2f902e35ca118af0098876b1aec814d6f1a /.gitlab
parentfda060f030f57c52028d38985edc95a74d0243a5 (diff)
downloadCMake-19d831b03d2c3921c19f07a94fce4f7b678f0afa.zip
CMake-19d831b03d2c3921c19f07a94fce4f7b678f0afa.tar.gz
CMake-19d831b03d2c3921c19f07a94fce4f7b678f0afa.tar.bz2
ci: add compiler-rt to Fedora base image
This is needed for `clang -fsanitize=` flags.
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/ci/docker/fedora34/install_deps.sh1
-rw-r--r--.gitlab/os-linux.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/docker/fedora34/install_deps.sh b/.gitlab/ci/docker/fedora34/install_deps.sh
index 7d099fe..146d51f 100755
--- a/.gitlab/ci/docker/fedora34/install_deps.sh
+++ b/.gitlab/ci/docker/fedora34/install_deps.sh
@@ -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
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 015df4f..17f51cf 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -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"