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.
The current erlang.mk as obtained from https://erlang.mk/erlang.mk clones the entire erlang.mk repo, including all its history, uses it for one call, and then deletes the whole repo.
Using the switch --depth 1 considerably speeds this up, as not the entire history is downloaded.
The text was updated successfully, but these errors were encountered:
The current
erlang.mk
as obtained from https://erlang.mk/erlang.mk clones the entire erlang.mk repo, including all its history, uses it for one call, and then deletes the whole repo.Using the switch
--depth 1
considerably speeds this up, as not the entire history is downloaded.The text was updated successfully, but these errors were encountered: