Created
February 27, 2017 19:34
-
-
Save rcreasey/a68ad094cd5025d1716e0c62230906df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
» XC_OS=linux XC_ARCH=amd64 make dev | |
==> Checking that code complies with gofmt requirements... | |
go generate $(go list ./... | grep -v /terraform/vendor/) | |
2017/02/24 15:05:04 Generated command/internal_plugin_list.go | |
==> Removing old directory... | |
==> Building... | |
Number of parallel builds: 3 | |
--> darwin/amd64: _/Users/rcreasey/projects/personal/terraform | |
1 errors occurred: | |
--> darwin/amd64 error: exit status 2 | |
Stderr: # _/Users/rcreasey/projects/personal/terraform | |
./config.go:272: cannot use "github.com/hashicorp/terraform/plugin".Handshake (type "github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-plugin".HandshakeConfig) as type "github.com/hashicorp/go-plugin".HandshakeConfig in assignment | |
./config.go:274: cannot use "github.com/hashicorp/terraform/plugin".PluginMap (type map[string]"github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-plugin".Plugin) as type map[string]"github.com/hashicorp/go-plugin".Plugin in assignment | |
./config.go:309: cannot use "github.com/hashicorp/terraform/plugin".Handshake (type "github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-plugin".HandshakeConfig) as type "github.com/hashicorp/go-plugin".HandshakeConfig in assignment | |
./config.go:312: cannot use "github.com/hashicorp/terraform/plugin".PluginMap (type map[string]"github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-plugin".Plugin) as type map[string]"github.com/hashicorp/go-plugin".Plugin in assignment | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment