Parcourir la source

ci: add compiler-rt to Fedora base image

This is needed for `clang -fsanitize=` flags.
Brad King il y a 4 ans
Parent
commit
19d831b03d
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      .gitlab/ci/docker/fedora34/install_deps.sh
  2. 1 1
      .gitlab/os-linux.yml

+ 1 - 0
.gitlab/ci/docker/fedora34/install_deps.sh

@@ -12,6 +12,7 @@ dnf install --setopt=install_weak_deps=False -y \
 # Install development tools.
 # Install development tools.
 dnf install --setopt=install_weak_deps=False -y \
 dnf install --setopt=install_weak_deps=False -y \
     clang-tools-extra \
     clang-tools-extra \
+    compiler-rt \
     gcc-c++ \
     gcc-c++ \
     git-core \
     git-core \
     make
     make

+ 1 - 1
.gitlab/os-linux.yml

@@ -69,7 +69,7 @@
 ### Fedora
 ### Fedora
 
 
 .fedora34:
 .fedora34:
-    image: "kitware/cmake:ci-fedora34-x86_64-2021-06-03"
+    image: "kitware/cmake:ci-fedora34-x86_64-2021-06-07"
 
 
     variables:
     variables:
         GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
         GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"