tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

TestBuild/X86Linux fails on aarch64

Open QuLogic opened this issue 4 months ago • 2 comments

Of course, this is running with qemu since it's cross-architecture, but I believe this used to work in the past. Now it fails with something to do with bdwgc:

=== CONT  TestBuild/X86Linux/filesystem.go
GC Warning: Out of memory - trying to allocate requested amount (4112 bytes)...
Insufficient memory for GC_all_nils

QuLogic avatar Jul 23 '25 20:07 QuLogic