aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2020-11-23 09:44:52 +0000
committerTheodore Grey <theodore.grey@linaro.org>2020-11-23 09:44:52 +0000
commitd8e7fbbfa2ece0424be39f528166b103b10ac939 (patch)
tree5911e740bba446a3b24e885cdcd5feef6871f051 /armnn-ci-build
parentf0ad16138c474358f790adac80d6d0f6d50a5ccd (diff)
armnn-ci-build/builders.sh : changing to libprotobuf.so.20.0.2
Signed-off-by: Theodore Grey <theodore.grey@linaro.org> Change-Id: I7e0bc8d9e33e28f372b4d2c8121d0a0a421cf477
Diffstat (limited to 'armnn-ci-build')
-rw-r--r--armnn-ci-build/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/armnn-ci-build/builders.sh b/armnn-ci-build/builders.sh
index ffc2c155d7..f543624a57 100644
--- a/armnn-ci-build/builders.sh
+++ b/armnn-ci-build/builders.sh
@@ -116,7 +116,7 @@ find ${WORKSPACE} -type f -name *.o -delete
tar -cJf /tmp/armnn-full.tar.xz ${WORKSPACE}
mv armnn/build .
-mv protobuf-host/lib/libprotobuf.so.23.0 build
+mv protobuf-host/lib/libprotobuf.so.20.0.2 build
rm -rf boost armnn ComputeLibrary flatbuffers protobuf-host tensorflow-protobuf builders.sh
tar -cJf /tmp/armnn.tar.xz ${WORKSPACE}