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
{{ message }}
This repository was archived by the owner on Dec 19, 2020. It is now read-only.
For most workspaces the calls to git clone could be done in parallel, at least at the top level of the dependency tree, and it would greatly speed up initializing a complex workspace. It seems like this method would need to be reworked to support this: https://github.com/sifive/wit/blob/master/lib/wit/workspace.py#L180.
For most workspaces the calls to
git clonecould be done in parallel, at least at the top level of the dependency tree, and it would greatly speed up initializing a complex workspace. It seems like this method would need to be reworked to support this: https://github.com/sifive/wit/blob/master/lib/wit/workspace.py#L180.