Re-use the plugin/manager stubs for Solaris on FreeBSD as well

---> Making bundle: binary (in bundles/17.05.0-ce/binary)
  Building: bundles/17.05.0-ce/binary-client/docker-17.05.0-ce
  Created binary: bundles/17.05.0-ce/binary-client/docker-17.05.0-ce
  Building: bundles/17.05.0-ce/binary-daemon/dockerd-17.05.0-ce
  # github.com/docker/docker/plugin
  .gopath/src/github.com/docker/docker/plugin/manager.go:37: pm.restore undefined (type *Manager has no field or method restore)
  .gopath/src/github.com/docker/docker/plugin/manager.go:157: pm.enable undefined (type *Manager has no field or method enable, but does have Enable)
  .gopath/src/github.com/docker/docker/plugin/manager.go:238: pm.enable undefined (type *Manager has no field or method enable, but does have Enable)

Signed-off-by: R Tyler Croy <tyler@monkeypox.org>
This commit is contained in:
R Tyler Croy 2017-08-15 09:37:27 +08:00
parent ed1efb503d
commit 56e66bcdf4
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build solaris,freebsd +build !linux
package plugin
import (