python: sequential make install :( (#35557)
This commit is contained in:
parent
a185343493
commit
054cbe84de
@ -590,7 +590,8 @@ def install(self, spec, prefix):
|
||||
if sys.platform == "win32":
|
||||
self.win_installer(prefix)
|
||||
else:
|
||||
make(*self.install_targets)
|
||||
# See https://github.com/python/cpython/issues/102007
|
||||
make(*self.install_targets, parallel=False)
|
||||
|
||||
@run_after("install")
|
||||
def filter_compilers(self):
|
||||
|
Loading…
Reference in New Issue
Block a user