diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-09-20 18:01:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-22 15:44:59 (GMT) |
commit | 0ac9ec47f6bb4da3bf6a99512fcb8edb993fc4f1 (patch) | |
tree | 78bdb87f56a4bbbc963663332adc8f9b1ef442b3 /.gitlab/os-linux.yml | |
parent | b15ddc766c1ff98465e31302cacc198426be9bd9 (diff) | |
download | CMake-0ac9ec47f6bb4da3bf6a99512fcb8edb993fc4f1.zip CMake-0ac9ec47f6bb4da3bf6a99512fcb8edb993fc4f1.tar.gz CMake-0ac9ec47f6bb4da3bf6a99512fcb8edb993fc4f1.tar.bz2 |
ci: add clang-tidy to Debian x86_64 base image
Issue: #23912
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index a46ec22..6ac1995 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-08-30" + image: "kitware/cmake:ci-debian10-x86_64-2022-09-22" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" |