Fix regression of install -j.
This commit is contained in:
parent
2e90599283
commit
0d308ca30f
@ -832,6 +832,10 @@ def real_work():
|
||||
cleanup()
|
||||
raise
|
||||
|
||||
# Set parallelism before starting build.
|
||||
self.make_jobs = make_jobs
|
||||
|
||||
# Do the build.
|
||||
spack.build_environment.fork(self, real_work)
|
||||
|
||||
# Once everything else is done, run post install hooks
|
||||
|
Loading…
Reference in New Issue
Block a user