Skip to content

pmb.build.packages: always build abuild first if outdated

clayton craft requested to merge craftyguy/always-build-abuild into master

This fixes situations where abuild is outdated, and other outdated packages depend on the newer abuild. By always including it and moving it to the front of the queue, we make sure that subsequent outdated packages are always built with the latest abuild.

This (or something like this) is needed to fix the build failures in pmaports!5315 (merged)

Merge request reports