build: build with rootbld
Using rootbld allows us to build packages in a clean chroot, making sure the build doesn't get "infected" by the host system. It also allows us to catch packages missing the "net" flag in $options, which happens all the time with Go and Rust related packages, but also with packages running tests that access the network.
Depends on build-base!4 (closed)