Re: [go-nuts] Build started to fail with 1.10

2018-02-22 Thread Владислав Митов
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

Re: [go-nuts] Build started to fail with 1.10

2018-02-22 Thread Ian Lance Taylor
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

[go-nuts] Build started to fail with 1.10

2018-02-22 Thread Владислав Митов
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; ^