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

flowctl: build using clang instead of gcc #1699

Merged
merged 1 commit into from
Oct 15, 2024
Merged

flowctl: build using clang instead of gcc #1699

merged 1 commit into from
Oct 15, 2024

Conversation

psFried
Copy link
Member

@psFried psFried commented Oct 15, 2024

Switches to using clang instead of GCC in order to work around a compilation error in one of our dependencies, which is due to a bug in GCC 9. See:
rustls/rustls#1967

Unfortunately, I can't think of a way to test this locally, since there's no way to pull the github runner image. I think we'll just need to merge and try the release again and see whether it works 😬


This change is Reviewable

Switches to using clang instead of GCC in order to work around a
compilation error in one of our dependencies, which is due to a bug in
GCC 9. See:
rustls/rustls#1967
@psFried
Copy link
Member Author

psFried commented Oct 15, 2024

Tested this by pushing a change to the workflow yaml to have it build the release binary during a PR build. It worked, so I just removed that commit and will merge without waiting for the current (unnecessary) builds to finish.

@psFried psFried merged commit 806307f into master Oct 15, 2024
3 of 5 checks passed
@mdibaiee mdibaiee deleted the phil/flowctl-fix branch October 15, 2024 13:46
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