On 03/12/17 22:27, Matthew Vernon wrote:
2 problems - the freebsd buildds give EPERM on ulimit, and it doesn't seem to have worked on on s390, despite the build being known to work if called entirely with ulimit -s unlimited. I think I'd like some help from the s390 people here - how am I driving the buildd wrong?
The latter is, I think, that make is calling ulimit in a subprocess, so it doesn't affect the calling process (and so doesn't affect the stack limit for the test run). Hmph.
Matthew