mozilla-releng / build-mar

Utility for managing mar files
Mozilla Public License 2.0
8 stars 13 forks source link

mardor unconditionally uses x86-specific BCJs #63

Closed bytesized closed 7 months ago

bytesized commented 9 months ago

I used the mar utility to re-generate some test MARs that live here and found that when I did so, the tests started failing on our test machines that use Apple Silicon with an UNEXPECTED_XZ_ERROR error code. I discovered that if I remove this line of code and re-generate the test MARs, the tests pass again.

I'm not entirely sure what the best fix for this issue is. Maybe there could be a command line switch to specify/override which (if any) BCJ filter is used?