diff options
author | Kefu Chai <kefu.chai@scylladb.com> | 2023-02-15 04:52:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-15 19:40:11 (GMT) |
commit | 65ff605e44ef7e59a510de6c2d9b5e1615c8981f (patch) | |
tree | 67873987c409e85a27fc76d2aaa8119ff99043b8 /.gitlab/os-linux.yml | |
parent | 037975ef69a0e889f9c17e5e6e6fb87111dfd9df (diff) | |
download | CMake-65ff605e44ef7e59a510de6c2d9b5e1615c8981f.zip CMake-65ff605e44ef7e59a510de6c2d9b5e1615c8981f.tar.gz CMake-65ff605e44ef7e59a510de6c2d9b5e1615c8981f.tar.bz2 |
ci: use the latest clang-scan-deps options
P1689 support has been merged in Clang trunk and Clang 16 branch, so we
are now able to use the finalized clang-scan-deps command line options.
See also llvm-project's clang/test/ClangScanDeps/P1689.cppm [1] for the
samples of clang-scan-deps usages.
[1] https://github.com/llvm/llvm-project/blob/6d859df46e/clang/test/ClangScanDeps/P1689.cppm
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
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 8ab3fad..9a53401 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -377,7 +377,7 @@ CMAKE_GENERATOR: "Ninja Multi-Config" .clang_cxx_modules_x86_64: - image: "kitware/cmake:ci-clang_cxx_modules-x86_64-2022-12-15" + image: "kitware/cmake:ci-clang_cxx_modules-x86_64-2023-02-15" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" |