New comment by ii8 on void-packages repository https://github.com/void-linux/void-packages/pull/46524#issuecomment-1753197847 Comment: The i686 build is failing, it uses ninja which depends on python and the python tests are failing. Should I just use make instead of ninja: ```sh if [ "$XBPS_TARGET_MACHINE" = i686 ]; then export CMAKE_GENERATOR="Unix Makefiles" make_cmd=make fi ``` or is there a better way to fix that?