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

Fix for go1.20.x #12

Merged
merged 1 commit into from
Mar 3, 2023
Merged

Fix for go1.20.x #12

merged 1 commit into from
Mar 3, 2023

Conversation

winkingturtle-vmw
Copy link
Contributor

As of go1.20.x CGO_ENABLED will be turned off if gcc is not found on PATH. This change will ensure PATH is included when running go commands.

Context: https://go.dev/doc/go1.20#cgo

As of go1.20.x CGO_ENABLED will be turned off if gcc is not found on
PATH. This change will ensure PATH is included when running go commands.

Context: https://go.dev/doc/go1.20#cgo
@vito vito merged commit 531294d into vito:master Mar 3, 2023
@vito
Copy link
Owner

vito commented Mar 3, 2023

Thanks!

winkingturtle-vmw added a commit to cloudfoundry/garden-runc-release that referenced this pull request Mar 3, 2023
- build runc from guardian and bump version of runc to be the same
as what's running in containerd
- Fix sync-package-specs to include missing files

When running this script, make sure [gosub PR-12](vito/gosub#12)
if included as the minimum version

addresses: #252
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