-
Notifications
You must be signed in to change notification settings - Fork 2
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
[irods/irods#7823] Migrate workflows to Ubuntu 24.04 #10
Conversation
b7eb567
to
0f61773
Compare
I've tested the changes in a container, and everything seems to work. Marking ready for review. |
How does this PR relate to your comment at irods/irods#8079 (comment)? Is this resolved? I noticed |
I was originally going to try and knock that issue out in this PR, but decided against it since I need to look into it more. |
Got it. The clang-format edit removes |
yes, nice catch |
0f61773
to
ab30fc9
Compare
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.
Changes look good.
Anything else left to do for this?
Nope, as far as I can tell it works as expected. I can't test in the same environment github uses, but everything works as expected in a container. |
I didn't see any mention of it in the issue or elsewhere so I guess I'll ask here... The libcxx and non-libcxx variants of the externals are being included so that we can use either in our clang-tidy runs? |
That's correct. There weren't separate versions yet last time this was updated. |
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
Also, add .in files to clang-format extension list
ab30fc9
to
08410e5
Compare
#'d |
In service of irods/irods#7823
Also adds [.h,.c.,.hpp,.cpp].in files to clang-format extension list
Draft because waiting on externals packages, and still testing