New review comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/pull/31657#discussion_r659158649 Comment: Do not limit archs. If it is broken on musl add ``` if [ "$XBPS_TARGET_LIBC" = musl ] ; then broken="Some reason/upstream issue link" fi ```