You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the pointer; perhaps that would be best, to avoid the complexity or overhead of qemu emulation. Happy to review a patch if someone wants to take a crack; I'm not particularly familiar with azure CI.
arm64 would be a good candidate, given how increasingly popular it's becoming on laptops and portable devices.
This means running
go test ./...
onGOARCH=arm64
; it would act as the host architecture, and the tests would target the same architecture too.For instance, I suspect testdata/scripts/asm.txt will fail, as it currently seems to assume amd64.
I'm not sure what would be the easiest way to do this right now. Perhaps qemu on linux.
The text was updated successfully, but these errors were encountered: