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 and pin version of clang-format-lint-action #1126

Closed

Conversation

berquist
Copy link
Member

@berquist berquist commented Sep 6, 2024

This fixes the error in the clang-format part of CI:

Traceback (most recent call last):
  File "/run-clang-format.py", line 25, in <module>
    from distutils.util import strtobool
ModuleNotFoundError: No module named 'distutils'

See kokkos/kokkos#7295 for another example.

This is not the version of clang-format used, which is specified by clangFormatVersion: 12 (see line 75).

All PRs on core will fail until this is merged.

@berquist
Copy link
Member Author

berquist commented Sep 6, 2024

Wrong base branch, see #1127

@berquist berquist deleted the fix-clang-format-action-version branch September 11, 2024 14:36
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.

1 participant