mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 21:51:57 +02:00
Drop --root-deps option from board emerge wrappers
This option used to install build dependencies to ROOT instead of /. This never made much sense, so the option was rendered ineffective from EAPI 7. The number of ebuilds with older EAPIs has since dwindled to nothing. A recent Portage change has made this option now install build dependencies to ROOT as well as / because this can actually be useful and doesn't cause breakage. However, it does make us more prone to cyclic dependencies when initially populating the board roots. There is no reason for us to use this option though because its main purpose is to ensure the target environment has everything it needs to rebuild itself. Given that the option didn't do anything recently, we evidently don't even require this for the developer container. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
a76d1b3f1b
commit
ac9c3753b3
@ -92,7 +92,7 @@ generate_all_wrappers() {
|
||||
|
||||
info "Generating wrapper scripts"
|
||||
|
||||
for wrapper in 'emerge --root-deps' ebuild eclean equery portageq \
|
||||
for wrapper in emerge ebuild eclean equery portageq \
|
||||
qcheck qfile qlist emaint glsa-check; do
|
||||
_generate_wrapper ${wrapper}
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user