There is an updated pull request by waynevanson against master on the void-packages repository https://github.com/waynevanson/void-packages package/bazel https://github.com/void-linux/void-packages/pull/24978 New package: bazel-3.5.0 I've strictly followed the instructions on the bazel site: https://docs.bazel.build/versions/3.5.0/install-compile-source.html#bootstrap-bazel I'm unfamiliar with bazel and only want to use it so I can build something. I'm sure someone more familiar will be able to help. closes #24681 A few questions: - Should I be bootstrapping this? According to the instructions, that's what is I'm doing: https://docs.bazel.build/versions/3.5.0/install-compile-source.html#compiling-from-source - The build doesn't work for any other archs besides `x86_64`. Any tips on getting this to work cross architecture? A patch file from https://github.com/void-linux/void-packages/pull/24978.patch is attached