[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 27 22:28:18 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029
--- Comment #25 from Don Lewis <truckman at FreeBSD.org> ---
Nothing real magical. Just very stripped down and it bails out if a build
fails so the the state of the obj tree can be examined. You have to the top of
the src tree yourself, and /mnt/x is tmpfs.
#!/bin/sh
a=1
while MAKEOBJDIRPREFIX=/mnt/x make -j18 buildworld buildkernel >
/tmp/buildworld.out 2>&1; do
echo $a
a=`expr $a + 1`
done
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list