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

Add support for clang-format-17 #163

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Add support for clang-format-17 #163

merged 3 commits into from
Oct 9, 2023

Conversation

Xav83
Copy link
Contributor

@Xav83 Xav83 commented Oct 8, 2023

Hi @jidicula,

I am creating this Pull Request in relation with the issue #162 🙂 (and in the context of Hacktoberfest 2023).
I've inspired myself a lot from the Pull Requests you have linked in the issue description.

Currently, I am trying to run the script test/test.sh like you mentioned in the CONTRIBUTING, but I am currently having the following error:

Unable to find image 'ghcr.io/jidicula/clang-format:17' locally

and,

$ docker pull ghcr.io/jidicula/clang-format:17
Error response from daemon: manifest unknown

Maybe GitHub Actions will have the right setup, and not have this issue.
Until GitHub Actions gives me some results, I'll continue seeing if I can solve this issue on my end 😉

Copy link
Owner

@jidicula jidicula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting a PR! Could you split your changes in .github/workflows/clang-format-image.yml into a separate PR? Then I can approve and merge that and the new version image will start getting built and published to this repo's container registry, and this PR will be able to pull down that image and its tests will pass.

It's a bit convoluted but that's because I only allow image publish upon merge into main, not from PRs.

@Xav83
Copy link
Contributor Author

Xav83 commented Oct 9, 2023

Ok @jidicula ! I'm creating the other Pull request right now 😉

@Xav83
Copy link
Contributor Author

Xav83 commented Oct 9, 2023

So, @jidicula, this is the PR #164 🙂

Copy link
Owner

@jidicula jidicula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, looks like CI is passing! Thank you for your contribution 😁

@jidicula jidicula added the hacktoberfest-accepted accepted for Hacktoberfest purposes, but not necessarily going to be merged. label Oct 9, 2023
@jidicula jidicula merged commit 821a9a1 into jidicula:main Oct 9, 2023
92 checks passed
@jidicula jidicula mentioned this pull request Oct 9, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted accepted for Hacktoberfest purposes, but not necessarily going to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants