Commit fb32ee6
committed
fix: build installation dependencies before building consumers
Change the way we determine whether a package is ready to be built in
build-parallel so that we build its installation dependencies before we
build it.
Logically it should not be possible for package A installation
dependencies to depend in any way on A, so this ordering should be
safe. The change ensures that when we mark A as built, it is actually
ready to be consumed in build environments for other packages.
Addresses #755
Signed-off-by: Doug Hellmann <dhellmann@redhat.com>1 parent ecdc251 commit fb32ee6
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
646 | | - | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
647 | 653 | | |
648 | | - | |
649 | | - | |
650 | | - | |
| 654 | + | |
651 | 655 | | |
652 | | - | |
| 656 | + | |
653 | 657 | | |
654 | 658 | | |
655 | 659 | | |
| |||
0 commit comments