Skip to content
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

Update script to run clang-format #37

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

keeranroth
Copy link
Contributor

We need to be able to run the same clang-format as in CI, as otherwise we may get different results. As such, the user can now pass the executable for clang-format directly to the script, so that a different version from the one on the PATH can be found.

The CI currently uses clang 14.0, which is installed using apt install clang-format

We need to be able to run the same clang-format as in CI, as otherwise
we may get different results. As such, the user can now pass the
executable for clang-format directly to the script, so that a different
version from the one on the PATH can be found.

The CI currently uses clang 14.0, which is installed using
`apt install clang-format`
@PingTakPeterTang PingTakPeterTang merged commit a3c2cbb into main Nov 6, 2024
12 checks passed
@PingTakPeterTang PingTakPeterTang deleted the dev/keeranroth/clang-format-update branch November 6, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants