New comment by Bnyro on void-packages repository https://github.com/void-linux/void-packages/pull/43681#issuecomment-1529530832 Comment: Zig releases new versions every 6 month or so while Bun almost each month. So that way we would always miss around 5 versions until we can update it again. Also, we'd need to find out the Bun release that corresponds nearly to the current zig version, which would be a pita. Considering the second option, I don't think we can easily figure out which zig version has been used for the Bun release. Apart from that I don't feel like it's a good practice if every package would compile its dependencies itself as that's very time intensive on server side. In general, what would be the point of building it on our own? Are there any obvious benefits from that? Since the build process seems to be very complicated, I wonder whether the efforts would be any worth it in the end.