aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2020-11-11 11:11:09 +0000
committerTheodore Grey <theodore.grey@linaro.org>2020-11-11 11:11:09 +0000
commit6eb16b4fa9c446002e5e59f49ec84c79fcb34f49 (patch)
tree67389b6ab3ce089d0e4e09720144afedd358b42f /armnn-ci-build
parent0c5e325005986695cfd50312310f5a68c6ca4e81 (diff)
armnn-ci-build/builders.sh : fixing incorrectly spelled WORKSPACE call
Signed-off-by: Theodore Grey <theodore.grey@linaro.org> Change-Id: Iefab6e31a690b8ce4f23730d8d7411715b755807
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 716ecb1840..fe9f8a3222 100644
--- a/armnn-ci-build/builders.sh
+++ b/armnn-ci-build/builders.sh
@@ -81,7 +81,7 @@ make -j$(nproc)
cd ${WORKSPACE}/onnx
git checkout f612532843bd8e24efeab2815e45b436479cc9ab
export LD_LIBRARY_PATH=${WORKSPACE}/protobuf-host/lib:$LD_LIBRARY_PATH
-${WORKSPACE}/protobuf-host/bin/protoc onnx/onnx.proto --proto_path=. --proto_path=${WORKSPACE}/protobuf-host/include --cpp_out ${WORKPSACE}/onnx
+${WORKSPACE}/protobuf-host/bin/protoc onnx/onnx.proto --proto_path=. --proto_path=${WORKSPACE}/protobuf-host/include --cpp_out ${WORKSPACE}/onnx
#Build Arm NN
cd ${WORKSPACE}/armnn