You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm about to make a release so I was checking which patch you were exactly using in Debian and I could not find it, I see one about TIMEOUT but nothing else.
Note that both TIMEOUT and STACK can be overridden via the command line, no need to patch.
Also, note that it is easy to disable demanding tests. From the opam file:
I was just suggesting to increase the default STACK value upstream. But indeed, this can be done at packaging level, without patching, and it is done this way in Debian:
In Debian, some tests fail on i386: https://buildd.debian.org/status/fetch.php?pkg=elpi&arch=i386&ver=1.16.10-2&stamp=1688713585&raw=0
The test sepcomp1 fails with
Error: Thread.create: Resource temporarily unavailable
.This has been reported as Debian bug in: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040541
All the tests pass when adding a zero to STACK. Maybe the value hardcoded in the Makefile should be revisited?
The text was updated successfully, but these errors were encountered: