RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.12k stars 69 forks source link

Fix test failures on big endian targets #69

Closed ids1024 closed 1 year ago

ids1024 commented 1 year ago

Tested with cross test --target powerpc-unknown-linux-gnu. Fixes https://github.com/RazrFalcon/tiny-skia/issues/68. I have not tested on a big endian system / emulator beyond running these tests.

jamessan commented 1 year ago

Should cross test for big-endian get added to CI, too?

CryZe commented 1 year ago

Should cross test for big-endian get added to CI, too?

Yeah I think it should.

RazrFalcon commented 1 year ago

@ids1024 Is there a reason you run PowerPC on mac and not linux?

Whoops. My bad. I thought we use macos for aarch64.