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
Just now cloned the repo and ran ./script/setup and ./script/compile and got this:
$ ./script/compile
+ gb build
FATAL: command"build" failed: failed to resolve import path "cmd/docker-gc": import "github.com/docker/docker/opts": not found
So the build seems to fail now if you run setup first.
The setup-script seems to fetch the HEAD of each submodule/lib and since fsouza/go-dockerclient@9d5fef7 the fsouza/go-dockerclient now imports docker/docker/opts which is not part of submodules here and thus the build seems to fail. Not 100% sure but that's what it looks like to me.
The text was updated successfully, but these errors were encountered:
Just now cloned the repo and ran ./script/setup and ./script/compile and got this:
So the build seems to fail now if you run setup first.
The setup-script seems to fetch the HEAD of each submodule/lib and since fsouza/go-dockerclient@9d5fef7 the fsouza/go-dockerclient now imports docker/docker/opts which is not part of submodules here and thus the build seems to fail. Not 100% sure but that's what it looks like to me.
The text was updated successfully, but these errors were encountered: