PragmaTwice opened a new pull request, #3221: URL: https://github.com/apache/kvrocks/pull/3221
Recently, we’ve seen many PRs fail the CI check because they were formatted with a newer version of clang-format, which differs from the one used in CI (clang-format-14). Clang-format 14 is a relatively old version, especially on newer Linux distributions. In this PR, we switch to using clang-format 18. We didn’t choose a higher version because clang-format 18 is the latest one available in Ubuntu 24.04’s official apt repository. Although LLVM provides newer versions through its own apt source, we’re upgrading to 18 for now to make it easier for developers to install and use. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
