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:
parent
7417d005ea
commit
329af59737
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue