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
It's a is a trival (one-line) change to enable parallel builds now that we use rock (just pass inParallel to runTask), but there are some things that need to be done first:
Figure out why it's not improving the running time very much.
Stop using panic for internal errors, because they don't seem to be playing well with the async error handling.
The text was updated successfully, but these errors were encountered:
It's a is a trival (one-line) change to enable parallel builds now that we use
rock
(just passinParallel
torunTask
), but there are some things that need to be done first:panic
for internal errors, because they don't seem to be playing well with the async error handling.The text was updated successfully, but these errors were encountered: