Commit e9c70d0
committed
Bug 2044781 - Only install awk during bootstrap when it is missing. r=firefox-build-system-reviewers,ahochheiden
The openSUSE bootstrapper unconditionally requested the awk capability, but the
Tumbleweed base image already provides it through busybox-gawk. That made zypper
try to swap in the canonical gawk, hit a package conflict, and abort the
non-interactive install. Only add awk to the requested packages when it is not
already available.
Differential Revision: https://phabricator.services.mozilla.com/D3102201 parent b4fa722 commit e9c70d0
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments