Skip to content

Fix clang format version #2943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

AmirhosseinPoolad
Copy link
Contributor

@AmirhosseinPoolad AmirhosseinPoolad commented Mar 20, 2025

Running 'make format' when clang-format version is not 14 resulted in a crash since the build scripts specifically asks for clang-format version 14. This commit fixes that and makes it possible to use the default clang-format installed on the user's system.

Fixes #2940

This should not affect CI in any way since the dependency install scripts install clang-format version 14.

Running 'make format' when clang-format version is not 14 resulted in a crash
since the build scripts specifically asks for clang-format version 14.
This commit fixes that and makes it possible to use the default
clang-format installed on the user's system.
@github-actions github-actions bot added lang-cpp C/C++ code build Build system labels Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system lang-cpp C/C++ code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'make format' looks specifically for clang-format version 14
1 participant