From a6b206419a48302b2dad181121420d59a3fc7273 Mon Sep 17 00:00:00 2001 From: Stephen Wong Date: Fri, 5 Apr 2019 06:16:53 +0000 Subject: Clovisor ONS demo related fixes Change-Id: I9449ee5f699a3cdf471dc8b405de650325ae09f6 Signed-off-by: Stephen Wong --- clover/clovisor/build.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'clover/clovisor/build.sh') diff --git a/clover/clovisor/build.sh b/clover/clovisor/build.sh index 4503d5a..4a9cfe6 100755 --- a/clover/clovisor/build.sh +++ b/clover/clovisor/build.sh @@ -5,11 +5,11 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -GOVERSION=1.10.3 +GOVERSION=1.12 OS=linux ARCH=amd64 -GOPATH=/home/ubuntu/go -CLIENTGOVERSION=v8.0.0 +GOPATH=/home/s3wong/go +CLIENTGOVERSION=v10.0.0 SRCDIR=`pwd` @@ -28,6 +28,7 @@ go get github.com/google/gopacket go get github.com/iovisor/gobpf go get github.com/opentracing/opentracing-go go get github.com/pkg/errors +go get github.com/go-redis/redis go get github.com/uber/jaeger-client-go go get github.com/vishvananda/netlink go get github.com/vishvananda/netns @@ -39,7 +40,7 @@ cd $GOPATH/src/k8s.io/client-go git checkout $CLIENTGOVERSION godep restore ./... -cd $SRCDIR/libclovisor -go build . -cd ../ -go build -o clovisor . +#cd $SRCDIR/libclovisor +#go build . +#cd ../ +#go build -o clovisor . -- cgit 1.2.3-korg