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
It looks like the Travis build is currently erroring with this output:
/home/travis/.gimme/versions/go1.11.8.linux.amd64/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/usr/bin/ld: /tmp/go-link-377698855/000024.o: unrecognized relocation (0x2a) in section `.text'
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
I believe that was due to golang/go#31293 (it affected Go 1.11 and 1.12), which should be fixed. But it looks like tests are broken in master for all versions due to a different breakage currently.
It looks like the Travis build is currently erroring with this output:
https://travis-ci.org/cloudflare/cfssl/jobs/517594147
The text was updated successfully, but these errors were encountered: