New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/45554#issuecomment-1675999787 Comment: > Musl tests seem to fail, you can reproduce that with ./xbps-src check WindowMaker -a aarch64-musl. That's not the way to check that, tests don't run on cross and you should be using a musl masterdir: ```sh ./xbps-src -m masterdir-musl binary-bootstrap x86_64-musl ./xbps-src -m masterdir-musl check WindowMaker ```