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
{{ message }}
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.
Try cloning the repository in home/test/go/bin/src/github.com/01org/cc-oci-runtime instead. Because the proxy is in Go it's easier if the cc-oci-runtime is in the GOPATH.
proxy/protocol.go:23:2: cannot find package "github.com/01org/cc-oci-runtime/proxy/api" in any of:
/home/test/go/src/github.com/01org/cc-oci-runtime/proxy/api (from $GOROOT)
/home/test/go/bin/src/github.com/01org/cc-oci-runtime/proxy/api (from $GOPATH)
Makefile:5296: recipe for target 'cc-proxy' failed
make[1]: *** [cc-proxy] Error 1
make[1]: Leaving directory '/home/test/work/cc-oci-runtime'
Makefile:1682: recipe for target 'all' failed
make: *** [all] Error 2
$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/test/go/bin"
GORACE=""
GOROOT="/home/test/go"
GOTOOLDIR="/home/test/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build342346129=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
$ go version
go version go1.7.6 linux/amd64
The text was updated successfully, but these errors were encountered: