Closed guilherme-puida closed 5 months ago
The TestAWK/p.50
failure is unrelated here. It only occurs on alpine since busybox sort
does not support the -1
cli argument.
Thanks for the report. Ah yes, it looks like I'm making some assumptions that int==int64 around the place. I'll have to fire up an i386 VM to test this.
Hi @guilherme-puida, I don't have (and may not find) a lot of time to work on this at the moment. Would you be interested in diagnosing the cause and/or proposing a fix in a PR?
Yes, I would. I was already planning on hacking on this sometime soon, but it's been a busy couple of weeks.
I noticed that two tests were failing when building the Debian goawk package inside a i386 schroot.
I initially thought this was a Debian-specific problem, but I can also reproduce it on alpine.
The failures are related to number formatting. This is not a big deal, and I can probably skip them when building for non-64bit architectures, but maybe it's worth fixing upstream :^)