Replies: 1 comment 1 reply
|
This is a good point - pre-cloning makes setup way more resilient for flaky networks/firewalls. Would you be up for opening a PR with this? One small suggestion: might be worth putting TRELLIS.2 itself through clone_dep too for consistency. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am discussing this because sometimes there is a weird network issue regarding clone github repos. It is really slow and I have to use tools to get the zip file from github.
After reading the setup.sh, since there are 6 github repo dependencies, if I could download those repos beforehand, and the setup.sh can install those locally and it would solve my problem.
I am already doing this, just thinking if this should be a feature of the trellis-mac repo.
The modified script is something like the following:
All reactions