aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
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}