Closed zimmski closed 4 years ago
This is odd, Go 1.7 passes but 1.8 fails:
/usr/bin/ld: cannot find -lclang
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I can reproduce this locally. Maybe this is related to https://github.com/onsi/ginkgo/pull/337 since they are talking about builds taking longer than usual with 1.8. That is the case with this PR too.
Btw. this went from 1.75s passing to 73.45s failing.
We are only supporting the two latest major Go releases.
This PR has a partner https://github.com/go-clang/bootstrap/pull/18 both have to pass.