You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe an important feature of the recipes would be to allow parallel building of packages that don't depend on each other.
E.g. for rh-python34, after you build python for the second time (with_rewheel: 1) you can start building multiple packages at once, since many of them depend only on python but not on each other.
This would offer a significant speed-up of the rebuild procedure.
The text was updated successfully, but these errors were encountered:
I believe an important feature of the recipes would be to allow parallel building of packages that don't depend on each other.
E.g. for
rh-python34
, after you buildpython
for the second time (with_rewheel: 1
) you can start building multiple packages at once, since many of them depend only onpython
but not on each other.This would offer a significant speed-up of the rebuild procedure.
The text was updated successfully, but these errors were encountered: