Skip to content

build: build with rootbld

Bart Ribbers requested to merge PureTryOut/alpine-gitlab-ci:rootbld into master

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)

Merge request reports