libkv icon indicating copy to clipboard operation
libkv copied to clipboard

Travis-ci: AMD64 build is failing

Open sanjaymsh opened this issue 5 years ago • 1 comments

Hi, I am enabling ppc64le support on Travis, but its failing for both of the arch. Then i removed my changes from .travis.yml. Amd then tried to build just for AMD64 which is default. But i am getting below error:

"# golang.org/x/tools/go/internal/gcimporter ../../../golang.org/x/tools/go/internal/gcimporter/bexport.go:212: obj.IsAlias undefined (type *types.TypeName has no field or method IsAlias) ../../../golang.org/x/tools/go/internal/gcimporter/iexport.go:234: obj.IsAlias undefined (type *types.TypeName has no field or method IsAlias) The command "go get github.com/golang/lint/golint" failed and exited with 2 during . Your build has been stopped."

The full log can be seen here : https://travis-ci.com/github/sanjay-cpu/libkv/builds/187011429

Please have a look on this.

Thanks !!

sanjaymsh avatar Sep 28 '20 13:09 sanjaymsh

This link may help : https://github.com/golang/tools/pull/52/commits/72bfe77e095645dd8ca9fd6b915434d776d58a72

Thanks !!

sanjaymsh avatar Sep 28 '20 13:09 sanjaymsh