diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-10-04 15:17:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-04 17:30:52 (GMT) |
commit | c239e7c259a2af4987a4f754cee228f1f4bdcc97 (patch) | |
tree | 62f13b93f8c75c836995c784b75cc3809fb4253b /.gitlab/os-linux.yml | |
parent | 5fec2ea0784cb299f2001af3d6cfce6c7dcce836 (diff) | |
download | CMake-c239e7c259a2af4987a4f754cee228f1f4bdcc97.zip CMake-c239e7c259a2af4987a4f754cee228f1f4bdcc97.tar.gz CMake-c239e7c259a2af4987a4f754cee228f1f4bdcc97.tar.bz2 |
ci: add include-what-you-use to Fedora base image
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..84950d2 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-31" + image: "kitware/cmake:ci-fedora36-x86_64-2022-10-04" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes" |