-
Notifications
You must be signed in to change notification settings - Fork 173
[Github][CIR] Add CI/CD for clang tidy [1/N] #1917
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
base: main
Are you sure you want to change the base?
Conversation
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.
It would be better to split the PR, first setup an action and then add changes incrementally always checking it passes the new action.
The first one should have tag [Github][CIR]
5c7b841
to
092ed9e
Compare
about the hacky For example, in
if we depend on the |
That was a great catch, fixing this dependency sounds like the way to go! |
I've included the two other PRs into this one, we can now use mlir-headers. Run time is 11 minutes but can be reduced w/ ccache. Please let me know if you'd like me to add ccache to this PR (or another one) |
Part of #1912
This PR only fixes 1 file. Also added a CI file to see if it'd run correctly