Feature
Describe the feature you'd like
Run cstest compiled for a big endian machine in the CI.
So we avoid issues with endianess, which we otherwise have to wait for.
We can compile with a cross-compile toolchain and run them with qemu.
Pretty straight forward.
Additional context
Stuff like #2530 gets annoying.
Feature
languageDescribe the feature you'd like
Run
cstestcompiled for a big endian machine in the CI.So we avoid issues with endianess, which we otherwise have to wait for.
We can compile with a cross-compile toolchain and run them with qemu.
Pretty straight forward.
Additional context
Stuff like #2530 gets annoying.