forked from mirrors/gecko-dev
Bug 1914501 - Don't run emerge when all packages have been filtered out. r=firefox-build-system-reviewers,sergesanspaille a=npotb
Differential Revision: https://phabricator.services.mozilla.com/D220203
This commit is contained in:
parent
9e42cf63f4
commit
e1259046d4
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ class GentooBootstrapper(LinuxBootstrapper, BaseBootstrapper):
|
|||
}
|
||||
# watchman is available but requires messing with USEs.
|
||||
packages = [DISAMBIGUATE.get(p, p) for p in packages if p != "watchman"]
|
||||
if packages:
|
||||
self.run_as_root(["emerge", "--noreplace"] + packages)
|
||||
|
||||
def _update_package_manager(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue