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 building on latest alpine #58

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Fix building on latest alpine #58

merged 1 commit into from
Dec 18, 2024

Conversation

sharkwouter
Copy link
Member

Turns out installing gawk fixes the problem. So it was caused by busybox's awk.

Turns out installing gawk fixes the problem.
@diamant3 diamant3 merged commit 4c017a9 into main Dec 18, 2024
12 checks passed
@diamant3 diamant3 deleted the build-on-alpine-latest branch December 18, 2024 14:39
@sharkwouter
Copy link
Member Author

Thanks @fjtrujy with the help in finding this and @diamant3 for helping out with trying other solutions!

@sharkwouter
Copy link
Member Author

For reference, the people that maintain the mingw package for Alpine also ran into this issue, first they tried a similar fix to what we tried here, then they found it was being caused by Busybox's awk here. I just tested this same fix for our container and it resolved the issue.

@diamant3
Copy link
Member

Thanks for the impressive fix @wouter and @fjtrujy!

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