New comment by skmpz on void-packages repository https://github.com/void-linux/void-packages/pull/29127#issuecomment-787702856 Comment: Thanks for the info. What if we have ``` hostmakedepends="pkg-config" checkdepends="python3-pytest python3-libevdev python3-pyudev" ``` and ``` if [ -z "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -Dtests=disabled" fi ``` Then if we add the checks in cross compilation ``` ./xbps-src -Q pkg -a aarch64 -f libwacom ``` This will fail right? Isn't that a valid thing? Or we can consider -Q will not be used when cross compiling?