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
go test fails on common 32-bit architectures like armhf, armv7, x86.
# go.mau.fi/mautrix-gvoice/pkg/libgv/utf16chunk_test [go.mau.fi/mautrix-gvoice/pkg/libgv/utf16chunk.test]
pkg/libgv/utf16chunk/chunkreader_test.go:111:51: cannot use 1 << 31 (untyped int constant 2147483648) as int value in argument to utf16chunk.UTF16Length (overflows)
go test
fails on common 32-bit architectures like armhf, armv7, x86.The related line:
gvoice/pkg/libgv/utf16chunk/chunkreader_test.go
Line 111 in 75f3b0d
I guess that's not a a high priority but nice to fix. Thanks for all the mautrix-* stuff, really makes me happy!
BTW, to setup a armv7 build environment you could use docker if you don't have real hardware handy:
The text was updated successfully, but these errors were encountered: