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
The issue here is that local Git repos are first rsync'd and this happens for each pin. You'll see if you pin git+https://github.com/ocsigen/js_of_ocaml.git that it's much faster (especially on the subsequent pins, because the commit cache starts to work).
It seems to have been caused by Cygwin's local package directory being created in cwd, but setup-ocaml now tells git to ignore it. This should make the pin not very slow.
opam pin is very slow on windows, are we cloning the entire repo, with all branches ?
It take 1m20 for each package pinned.
This is using opam 2.2 rc1
The text was updated successfully, but these errors were encountered: