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
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."
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 !!
The text was updated successfully, but these errors were encountered: