New comment by HadetTheUndying on void-packages repository https://github.com/void-linux/void-packages/pull/34729#issuecomment-1002327797 Comment: > > Might need a little help wrapping my head around what's going on with the build. Everything has built fine locally for me on all architectures. I see and understand the linting error with sumo but am not sure why the actions failed on all x86 builds and not the ARM ones. > > Because the failing phase is `do_check` which is only ran on non-cross targets. You should be able to reproduce the failure with `./xbps-src check ` or `./xbps-src pkg -K `, pkg doesn't run tests by default. If you are still not able to reproduce the issue, it's possible it's specific to the CI environment. Okay so yeah that definitely reproduced the issue, but I have no idea how to go about fixing it. Any advice or help would be nice. I'm still not too great at this kinda learning as I go. I understand that cmake is failing at that specific task but not why.