Disable dub from checking internet before building

Benjamin Schaaf ben.schaaf at gmail.com
Mon Feb 25 06:16:59 UTC 2019


On Sunday, 24 February 2019 at 22:51:45 UTC, 0xFFFFFFFF wrote:
> How to disable dub from checking internet before building, it's 
> slowing down build whenever it does this.

Its not too well described but --nodeps skips dependency 
resolution (just uses the locked dependencies). Since dub only 
does requests for dependency resolution this stops any requests.


More information about the Digitalmars-d-learn mailing list