summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-29 15:16:27 (GMT)
committerBrad King <brad.king@kitware.com>2022-09-29 15:19:42 (GMT)
commit9c8c96543558d7d3e0a1065f5421b28f810a85ee (patch)
tree225110e98ca01dea276825c3929ed76c51113bb7 /.gitlab/os-linux.yml
parentcadcb6a5f0e1ebaefd74f8c52151e410c57cfa96 (diff)
downloadCMake-9c8c96543558d7d3e0a1065f5421b28f810a85ee.zip
CMake-9c8c96543558d7d3e0a1065f5421b28f810a85ee.tar.gz
CMake-9c8c96543558d7d3e0a1065f5421b28f810a85ee.tar.bz2
ci: Revert "add clang-tidy to Debian x86_64 base image"
Revert commit 0ac9ec47f6 (ci: add clang-tidy to Debian x86_64 base image, 2022-09-20). Our clang-tidy job runs under Fedora, and we need the plugin to compile there anyway, so lints like IWYU will best be done in the Fedora image. Issue: #23912
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 6ac1995..a46ec22 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -45,7 +45,7 @@
### Debian
.debian10:
- image: "kitware/cmake:ci-debian10-x86_64-2022-09-22"
+ image: "kitware/cmake:ci-debian10-x86_64-2022-08-30"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"