pmbootstrap should always let abuild/apk resolve depends when building packages
Currently pmbootstrap build --strict
implies two things,
-
pmbootstrap zaps the build chroots before building packages. The point is that the build will fail if you did not specify all needed builddepends. (On the other hand, without --strict the build is faster because it doesn't need to setup chroots again.)
-
pmbootstrap uses abuild/apk to resolve and install the builddepends
I'm not sure about the details anymore, but the second part is confusing. We should always do this through abuild/apk and never let pmbootstrap try to install the builddepends on its own as it may make different decisions.
Edited by Administrator