Containerize Your D Server Application
Valeriy Fedotov
valeriy.fedotov at gmail.com
Fri Apr 19 21:44:58 UTC 2019
On Friday, 19 April 2019 at 20:51:56 UTC, Andre Pany wrote:
> On Friday, 19 April 2019 at 20:45:12 UTC, Valeriy Fedotov wrote:
>> On Thursday, 14 March 2019 at 12:38:30 UTC, Mike Parker wrote:
>>> [...]
>>
>> Seems that multithe tutorial no longer works.
>>
>> ```
>> The dependency resolution process is taking too long. The
>> dependency graph is likely hitting a pathological case in the
>> resolution algorithm. Please file a bug report at
>> https://github.com/dlang/dub/issues and mention the package
>> recipe that reproduces this error.
>> ```
>>
>> [...]
>
> This question occurs from time to time. Dub version 1.8. is
> very old and the error you mentioned is fixed in the meantime.
> Your issue is fixed by update to a recent compiler (which
> includes a recent dub).
>
> Kind regards
> Andre
Sadly, it is not only my issue, it is reproduced for everyone
wanting to make a multi-stage build with Dockerfile.multi from
tutorial.
I have made the PR to fix it (install fresh dmd and dub), but
tutorial should be fixed too.
More information about the Digitalmars-d-announce
mailing list