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?
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 anUNEXPECTED_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?