How to use Dub and Digger to build Pull Requests?
Quirin Schroll
qs.il.paperinik at gmail.com
Wed May 24 15:12:31 UTC 2023
On Tuesday, 23 May 2023 at 13:52:15 UTC, Vladimir Panteleev wrote:
> On Tuesday, 23 May 2023 at 13:50:09 UTC, Quirin Schroll wrote:
>> ```
>> object.Exception@%LOCALAPPDATA%\dub\packages\ae-0.0.3236\ae\sys\d\manager.d(898): Command ["make", "-f", "win32.mak", "MODEL=32", "HOST_DC=C:\\Users\\qschroll\\Documents\\d\\mydmd\\work\\dl\\dmd-2.079.0\\dmd2/windows/bin\\dmd.exe", "dmd"] failed with status 1
>> ```
>
> This shows that the build failed, but you will have to look
> above this line to see why.
I got what I wanted using [`dmd
-i`](https://forum.dlang.org/post/ltpjhrigitsizepwcuhs@forum.dlang.org) instead of digger.
More information about the Digitalmars-d-learn
mailing list