New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/35361#issuecomment-1046674450 Comment: > > From the CI: `Testing emit-relocs ... ./elf/emit-relocs.sh: line 19: clang: command not found` You might try adding `clang` to `hostmakedepends`. Try getting a successful local build before pushing through CI several times. If you want to review them here, try adding `ci-skip` to the PR. > > Can't I skip tests? As it's a release build and already go through a lot of tests. Do not skip checks. It reduces quality of packages. If upstream provides checks, use them. Consider using checkdepends if `clang` is only needed for the checks.