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 macOS testing to CI #57

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

jchadwick-buf
Copy link
Member

@jchadwick-buf jchadwick-buf commented Jul 24, 2024

Platform coverage in CI is valuable for C++ since the toolchains are so variable. This PR should ensure nobody accidentally breaks macOS support.

Windows does not currently work due to cel-cpp issues. I don't think we can put any priority on patching that right now. I think MSVC testing would go a long way to attest that changes are more properly portable, versus GCC and Clang which are fairly similar. Hopefully, we can eventually rectify this. The necessary workflow change is already present in this PR, so once cel-cpp is fixed we just need to add windows-latest to the matrix. Some day.

This PR is one I worked on a long time ago, but got stalled on. I rebased it and cleaned it up since I think it is valuable enough to merge.

Windows does not quite work yet, there are a multitude of issues with
cel-cpp that prevent it from functioning :(
@jchadwick-buf jchadwick-buf merged commit 5ba3f45 into bufbuild:main Jul 24, 2024
5 checks passed
@jchadwick-buf jchadwick-buf deleted the test-cross-platform branch July 24, 2024 15:47
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.

2 participants