docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
852 stars 205 forks source link

Travis-ci: AMD64 build is failing #216

Open sanjaymsh opened 3 years ago

sanjaymsh commented 3 years ago

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 commented 3 years ago

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

Thanks !!