aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2020-02-25 13:11:31 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2020-02-25 13:08:17 +0000
commit259fb50a06ec89db737cb8ba8eaf9181fdd76a88 (patch)
tree4327796601137478dfd2a16818f34b260ef124e4 /armnn-ci-build
parent7532dd6c584fd520718493f5156731a3b0e76815 (diff)
armnn-ci-build: Removing unnecessary files from armnn.tar.xf
Change-Id: Ie0187160885954cc1784a2ad8898db3f9700b9f3
Diffstat (limited to 'armnn-ci-build')
-rw-r--r--armnn-ci-build/builders.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/armnn-ci-build/builders.sh b/armnn-ci-build/builders.sh
index e11c5aff81..a5b07ef210 100644
--- a/armnn-ci-build/builders.sh
+++ b/armnn-ci-build/builders.sh
@@ -84,7 +84,9 @@ cmake .. \
make -j$(nproc)
cd ${WORKSPACE}
-rm -rf boost_*.tar.bz2 boost_* protobuf tensorflow
+mv armnn/build .
+mv protobuf-host/lib/libprotobuf.so.15.0.0 build
+rm -rf boost_*.tar.bz2 boost_* protobuf tensorflow boost armnn ComputeLibrary flatbuffers protobuf-host tensorflow-protobuf builders.sh
find ${WORKSPACE} -type f -name *.o -delete
tar -cJf /tmp/armnn.tar.xz ${WORKSPACE}