Skip to content

build: special case building abuild

Caleb Connolly requested to merge caleb/build-abuild into master

Since abuild is an implicit dependency of everything, we need special case handling for it. Insert it as a dependency of the first package in the build queue so that it will be built if outdated, then after building re-install it in the chroot so all subsequent packages will use the freshly built abuild.

This is currently used for systemd where we use an abuild fork

Signed-off-by: Caleb Connolly caleb@postmarketos.org

Merge request reports