DUB fails with 2.067 MinType

via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 23 09:21:21 PDT 2014


On Saturday, 23 August 2014 at 14:31:01 UTC, Nordlöw wrote:
> On Saturday, 23 August 2014 at 13:51:54 UTC, Marc Schütz wrote:
>> FWIW, Digger says:
>
> Great. How did you call Digger?

I used this snippet for building, because in some version there's 
an unrelated link error:

test.sh:
#!/bin/sh

cd /tmp/dub
rm -f bin/dub.o
./build.sh > /tmp/xxx.txt 2>&1

grep "You may want to run" /tmp/xxx.txt >/dev/null && exit 0
grep "ld returned" /tmp/xxx.txt >/dev/null && exit 0
cat /tmp/xxx.txt
exit 1

bisect.ini (only relevant content):
bad  = master
good = 2.065
tester = /tmp/test.sh
[build]
model = 64


More information about the Digitalmars-d mailing list