-
Notifications
You must be signed in to change notification settings - Fork 919
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
Fix clang-format version check for 11.1.0 #9732
Fix clang-format version check for 11.1.0 #9732
Conversation
I created #9730 to solve the same problem by forward-merging @galipremsagar’s PR #9716. I think the forward merger is the desired way to fix this? |
Perhaps but then why is it failing in 22.02? Seems like something is wrong. This change unblocks me on my current PRs and does not appear to hold up 9730. |
@galipremsagar’s PR targeted 21.12 but had a merge conflict with 22.02, causing the error we see on 22.02. The forward-merger I created (with resolved conflicts from #9721) also includes the change in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR does not correct the version numbers in the conda environment pinnings, so local environments created from that file would not match the pinned clang-format in CI. Forward-merging #9730 would fix the issue while keeping environments consistent.
Fixed by #9730 |
Fixes CI builds failing style checks which stop the build from compiling and executing tests.