Open rayit opened 3 years ago
Thanks! I'll merge this after testing if I can get it working on all platforms. The tests are failing because the parallel test uses <()
, which isn't supported in /bin/sh
on one of the target systems.
I was glad I could get it working for OpenBSD.
Many thanks!!
Raymond
On 2021-02-12 17:33, Eric Fischer wrote:
Thanks! I'll merge this after testing if I can get it working on all platforms. The tests are failing because the parallel test uses <(), which isn't supported in /bin/sh on one of the target systems.
-- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub [1], or unsubscribe [2].
[1] https://github.com/mapbox/tippecanoe/pull/894#issuecomment-778300173 [2] https://github.com/notifications/unsubscribe-auth/ABCXNAVYWZCLA4IIJQIFJKDS6VJ6PANCNFSM4VDDZ4TQ
For OpenBSD I needed to change the Makefile /bin/bash to /bin/sh (or do a ln -s /usr/local/bin/bash in /bin)
OpenBSD failed on #include <sys/statfs.h>