New comment by AnInternetTroll on void-packages repository https://github.com/void-linux/void-packages/pull/50201#issuecomment-2106342476 Comment: Side note, a better alternative might be to only build the tests when the tests will be ran, and not always build them ```bash if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-DBUILD_TESTS=ON" fi ```