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

handle potential cgo dependencies #128

Merged
merged 1 commit into from
Mar 3, 2023
Merged

handle potential cgo dependencies #128

merged 1 commit into from
Mar 3, 2023

Conversation

dixler
Copy link
Contributor

@dixler dixler commented Mar 3, 2023

Adds gcc to the Go docker images to handle potential pulumi or pulumi test cgo dependencies that are breaking builds.

Part of #127

I'm still seeing issues with Go builds being broken.
https://github.com/pulumi/pulumi-docker-containers/actions/runs/4319115397

Might as well add gcc to make these containers less fragile in the future.

Thoughts?

@dixler dixler requested a review from a team March 3, 2023 15:38
@dixler dixler changed the title added gcc to handle potential cgo dependencies handle potential cgo dependencies Mar 3, 2023
Copy link

@abhinav abhinav left a comment

Choose a reason for hiding this comment

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

I don't know enough about how these containers are used to be confident about this.
If there's a way to verify the fix, I would appreciate information on that.
Otherwise, please get someone else to also review.

@dixler
Copy link
Contributor Author

dixler commented Mar 3, 2023

I don't know enough about how these containers are used to be confident about this. If there's a way to verify the fix, I would appreciate information on that. Otherwise, please get someone else to also review.

The Go tests being green indicates that it fixes it. So I'll merge.

@dixler dixler merged commit 604a953 into main Mar 3, 2023
@dixler dixler deleted the dixler/127/go-cgo branch March 3, 2023 18:11
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.

None yet

2 participants