digitalmars.D.learn - Disable dub from checking internet before building
- 0xFFFFFFFF (2/2) Feb 24 2019 How to disable dub from checking internet before building, it's
- Benjamin Schaaf (4/6) Feb 24 2019 Its not too well described but --nodeps skips dependency
- drug (3/5) Feb 24 2019 `--skip-registry=all` let you avoid checking of all dependencies
- 0xFFFFFFFF (5/10) Feb 25 2019 Thanks all, I believe --skip-registry=all resolves and checking
- Jacob Carlborg (5/7) Feb 25 2019 I thought that was fixed [1]. Or is it doing something else?
- Seb (3/8) Feb 25 2019 Nope, it has been fixed (to my knowledge). Though I think that
- 0xFFFFFFFF (2/7) Feb 27 2019 Time to upgrade then.
How to disable dub from checking internet before building, it's slowing down build whenever it does this.
Feb 24 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.
Feb 24 2019
On 25.02.2019 1:51, 0xFFFFFFFF wrote:How to disable dub from checking internet before building, it's slowing down build whenever it does this.`--skip-registry=all` let you avoid checking of all dependencies (https://dub.pm/commandline)
Feb 24 2019
On Monday, 25 February 2019 at 06:29:14 UTC, drug wrote:On 25.02.2019 1:51, 0xFFFFFFFF wrote:Thanks all, I believe --skip-registry=all resolves and checking the docs again it seems to be what I'm looking for. What a narrow miss! Thanks again.How to disable dub from checking internet before building, it's slowing down build whenever it does this.`--skip-registry=all` let you avoid checking of all dependencies (https://dub.pm/commandline)
Feb 25 2019
On 2019-02-24 23:51, 0xFFFFFFFF wrote:How to disable dub from checking internet before building, it's slowing down build whenever it does this.I thought that was fixed [1]. Or is it doing something else? [1] https://dlang.org/changelog/2.082.0.html#upgrade_check -- /Jacob Carlborg
Feb 25 2019
On Monday, 25 February 2019 at 18:54:03 UTC, Jacob Carlborg wrote:On 2019-02-24 23:51, 0xFFFFFFFF wrote:Nope, it has been fixed (to my knowledge). Though I think that the OP is using an older version of dub.How to disable dub from checking internet before building, it's slowing down build whenever it does this.I thought that was fixed [1]. Or is it doing something else? [1] https://dlang.org/changelog/2.082.0.html#upgrade_check
Feb 25 2019
On Monday, 25 February 2019 at 18:54:03 UTC, Jacob Carlborg wrote:On 2019-02-24 23:51, 0xFFFFFFFF wrote:Time to upgrade then.How to disable dub from checking internet before building, it's slowing down build whenever it does this.I thought that was fixed [1]. Or is it doing something else? [1] https://dlang.org/changelog/2.082.0.html#upgrade_check
Feb 27 2019