From adc38da49ff3549a74afceb01b06500b40bf0ee6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 3 Jun 2021 11:46:36 -0400 Subject: [PATCH] ci: add clang-analyzer to Fedora base image --- .gitlab/ci/docker/fedora34/install_deps.sh | 1 + .gitlab/os-linux.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/docker/fedora34/install_deps.sh b/.gitlab/ci/docker/fedora34/install_deps.sh index dfd7db8093..7d099fecce 100755 --- a/.gitlab/ci/docker/fedora34/install_deps.sh +++ b/.gitlab/ci/docker/fedora34/install_deps.sh @@ -25,6 +25,7 @@ dnf install --setopt=install_weak_deps=False -y \ # Install lint tools. dnf install --setopt=install_weak_deps=False -y \ + clang-analyzer \ codespell # Tools needed for the test suite. diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index dcaa643847..e1a70ffd0a 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-05-21" + image: "kitware/cmake:ci-fedora34-x86_64-2021-06-03" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"