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
I'm trying to build containerpilot locally (without docker) on SmartOS - thanks for the hints in #327. It worked fine the first time, but the second time I seem to have hit recent consul upstream changes hashicorp/consul@47c3900
a simple go get github.com/joyent/containerpilot now throws:
package github.com/hashicorp/consul/testutil/retry: cannot find package "github.com/hashicorp/consul/testutil/retry" in any of:
/opt/local/go19/src/github.com/hashicorp/consul/testutil/retry (from $GOROOT)
/root/go/src/github.com/hashicorp/consul/testutil/retry (from $GOPATH)
I was able to workaround this using dep init - unsure about how to fix this properly.
Steps to reproduce:
create new base-64 instance, install go19gcc7gitgmake
git clone repo
comment out docker in makefile
make local build
The text was updated successfully, but these errors were encountered:
I'm trying to build containerpilot locally (without docker) on SmartOS - thanks for the hints in #327. It worked fine the first time, but the second time I seem to have hit recent consul upstream changes hashicorp/consul@47c3900
a simple
go get github.com/joyent/containerpilot
now throws:I was able to workaround this using
dep init
- unsure about how to fix this properly.Steps to reproduce:
base-64
instance, installgo19
gcc7
git
gmake
git clone
repodocker
inmakefile
make local build
The text was updated successfully, but these errors were encountered: