I'm not sure where the issue is but I tried with 1.9 - both locally and in
Travis it passes with the same code.
https://github.com/miracl/gomiracl/compare/fix-build?expand=1 - code
https://travis-ci.org/miracl/gomiracl/jobs/345000314 - build
On Thursday, February 22, 2018 at 6:48:34 PM UTC+2, I
On Thu, Feb 22, 2018 at 8:38 AM, Владислав Митов
wrote:
>
> One of my build started failing with 1.10. Basically I'm building a wrapper
> around a C library and it fails with:
>
> # runtime/cgo
> gcc_libinit.c: In function '_cgo_try_pthread_create':
> gcc_libinit.c:97:18: error: storage size of 't
Hey guys,
One of my build started failing with 1.10. Basically I'm building a wrapper
around a C library and it fails with:
# runtime/cgo
gcc_libinit.c: In function '_cgo_try_pthread_create':
gcc_libinit.c:97:18: error: storage size of 'ts' isn't known
struct timespec ts;
^