memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

run CI on macos #89

Closed folkertdev closed 2 months ago

folkertdev commented 2 months ago

it turns out that zlib-ng produces different output between x86 and aarch64. we produce the same output on both platforms (modulo the gzip header which contains a byte to inidicate the operating system).

issue https://github.com/memorysafety/zlib-rs/issues/91

based on the other tests and fuzzer our implementation is correct on aarch64, so I will disable these tests on aarch64 for now.