dlang-community / DCD

The D Completion Daemon is an auto-complete program for the D programming language
GNU General Public License v3.0
349 stars 71 forks source link

DUB build of ~master broken on Appveyor #721

Closed ghost closed 1 year ago

ghost commented 1 year ago

The log: https://ci.appveyor.com/project/BBasile/dexed/builds/46337807#L455 The relevant part in the Appveyor script: https://gitlab.com/basile.b/dexed/-/blob/master/.appveyor.yml#L43

I have not modified the CI configuration since last time that Appveyor had successfully build DCD.

I have no Windows box and cant say if it's really a problem with the recipe or just Appveyor.

Thanks for your help.

ghost commented 1 year ago

That was the DUB version shipped with ldc 1.27 that cant manage to build dcd anymore. Updating to ldc 1.31 fixes the issue.