dub server needs snapshot version of the project code.

GoaLitiuM goalitium at dforums.mail.kapsi.fi
Thu Jul 30 18:57:50 UTC 2020


On Thursday, 30 July 2020 at 18:43:24 UTC, zoujiaqing wrote:
> On Thursday, 30 July 2020 at 18:34:04 UTC, WebFreak001 wrote:
>> On Thursday, 30 July 2020 at 14:22:13 UTC, zoujiaqing wrote:
>>> dub server needs snapshot version of the project code.
>>>
>>> Now many dependent libraries can no longer pull instead of 
>>> code packets (404).
>>
>> which libraries do you need? I've got all of them mirrored
>
> Example:
> $ time dub build
> Fetching bgfx-d 0.16.0 (getting selected version)...
> Downloading https://code.dlang.org/packages/bgfx-d/0.16.0.zip 
> failed with 404 (Not Found).
>
> real    0m58.797s
> user    0m0.063s
> sys     0m0.141s

There is a mirror available here: 
https://github.com/olehlong/bgfx-d

If you need to target latest version of bgfx, you should consider 
using bindbc-bgfx package instead.


More information about the Digitalmars-d mailing list