Let's build all of the components in one batch

The order didn't really make any sense.  The base-runtime set is also a
build dependency for the rest of the bootstrap module a the build order
only forces rebuilds of the base-runtime part, which has no real value.

Also, if anything in the first group fails, the second group doesn't get
build at all.

Plus build time optimization -- no nead to wait for the first batch to
finish.

Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
Petr Šabata 2017-03-26 00:54:16 +01:00
commit 329af59737

View file

@ -12167,5 +12167,3 @@ data:
base-runtime:
rationale: Bootstrapping requires Base Runtime.
ref: master
# Let's build the Base Runtime set after the deps
buildorder: 1000