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
If I run dvm install 2.064.2 to install dmd, DVM download dmd, but compile it too long. I abort it after ~4 hours of waiting.
If I use dvm fetch 2.064.2 to download dmd, then copy dmd.2.064.2.zip file to the ~/.dvm/archives directory and then run dvm install 2.064.2 everything is OK.
The text was updated successfully, but these errors were encountered:
Hmm, I've seen that it sometimes take unusually long time to install a compiler using DVM, but not anyway near four hours. I'm not sure what's happening. You can always use the -v flag to get more information what's happening. I'll look in to it.
If I run
dvm install 2.064.2
to install dmd, DVM download dmd, but compile it too long. I abort it after ~4 hours of waiting.If I use
dvm fetch 2.064.2
to download dmd, then copydmd.2.064.2.zip
file to the~/.dvm/archives
directory and then rundvm install 2.064.2
everything is OK.The text was updated successfully, but these errors were encountered: