diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-08-31 18:02:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-31 19:07:20 (GMT) |
commit | 703f39354e33e535488cf1bd0ccd3b3b7f5c99ca (patch) | |
tree | 2c434111b974c745d52baf23c1ab1668eb42dab5 /.gitlab/os-linux.yml | |
parent | 8c6794abc724d797e1470515e82d791f3baa8ea9 (diff) | |
download | CMake-703f39354e33e535488cf1bd0ccd3b3b7f5c99ca.zip CMake-703f39354e33e535488cf1bd0ccd3b3b7f5c99ca.tar.gz CMake-703f39354e33e535488cf1bd0ccd3b3b7f5c99ca.tar.bz2 |
ci: add clang-tidy development headers to Fedora base image
Prepare to build our own clang-tidy plugin in CI.
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 74af444..a46ec22 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -69,7 +69,7 @@ ### Fedora .fedora36: - image: "kitware/cmake:ci-fedora36-x86_64-2022-08-30" + image: "kitware/cmake:ci-fedora36-x86_64-2022-08-31" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes" |