summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dfd7db8..7d099fe 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 dcaa643..e1a70ff 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"