summaryrefslogtreecommitdiffstats
path: root/clover/clovisor/build.sh
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2019-04-05 06:16:53 +0000
committerStephen Wong <stephen.kf.wong@gmail.com>2019-04-05 06:19:29 +0000
commita6b206419a48302b2dad181121420d59a3fc7273 (patch)
treeba1cf38a66f2ca180d85346e8ee45297bea042cc /clover/clovisor/build.sh
parent3f86a3d611f4d2a4f21d9be2a2284ccf120db36e (diff)
Clovisor ONS demo related fixes
Change-Id: I9449ee5f699a3cdf471dc8b405de650325ae09f6 Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
Diffstat (limited to 'clover/clovisor/build.sh')
-rwxr-xr-xclover/clovisor/build.sh15
1 files changed, 8 insertions, 7 deletions
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 .