Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + dmd#8111" |
|
FreeBSD failure looks unrelated -> https://issues.dlang.org/show_bug.cgi?id=18704 edit: yep, it was: |
It does support -lib, so maybe you could be a bit more specific or have a look at the -vdmd output of the script and fix whatever is wrong. ;-) |
|
This is the failing line for
Sure - D-Programming-GDC/gdmd#5 Though we should still merge this PR here as the gdc release we use here (aka the "latest") is from 2016. |
|
The gdmd wrapper is only superficial, and currently the ci pulls the latest copy anyway. |
It's locked to a specific commit: So an update is needed -> dlang/installer#316 While I could merge it at the installer, I don't have the permissions to deploy the installer script. |

Follow-up to #7714
For some reason SemaphoreCI didn't want to run on this PR and it turns out that
gdmddoesn't support-lib.See e.g. https://semaphoreci.com/dlang/dmd-2/branches/master/builds/391