aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2020-11-12 11:02:14 +0000
committerTheodore Grey <theodore.grey@linaro.org>2020-11-12 11:35:16 +0000
commitba69499813a4b78303e63783b453366920b6046d (patch)
treebae171efdb9d9b0b9e3485ea2fa52d86220e6c74 /armnn-ci-build
parent5acc35ca773ddaf511090a544b59f5c0afbc3e6e (diff)
armnn-ci-build/builders.sh : moving armnn to review.mlplatform.org/ml/armnn
Signed-off-by: Theodore Grey <theodore.grey@linaro.org> Change-Id: Id5c8acdfb563b7cf7e3bd94dd274bbe2743f61b8
Diffstat (limited to 'armnn-ci-build')
-rw-r--r--armnn-ci-build/builders.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/armnn-ci-build/builders.sh b/armnn-ci-build/builders.sh
index 71bb1e4fd2..9fc06e2e34 100644
--- a/armnn-ci-build/builders.sh
+++ b/armnn-ci-build/builders.sh
@@ -9,8 +9,8 @@ sudo apt -q=2 install -y --no-install-recommends python-pip python3-pip virtuale
git config --global user.email "ci_notify@linaro.org"
git config --global user.name "Linaro CI"
-git clone --depth 1 "http://review.mlplatform.org/ml/ComputeLibrary"
-git clone https://github.com/Arm-software/armnn
+git clone --depth 1 "https://review.mlplatform.org/ml/ComputeLibrary"
+git clone "https://review.mlplatform.org/ml/armnn"
git clone --depth 1 https://github.com/protocolbuffers/protobuf.git --branch v3.9.2 --single-branch
git clone --depth 1 https://github.com/tensorflow/tensorflow.git --branch r2.0 --single-branch
git clone --depth 1 https://github.com/google/flatbuffers.git --branch v1.12.0 --single-branch
@@ -35,6 +35,8 @@ if [ -n "$GERRIT_PROJECT" ] && [ $GERRIT_EVENT_TYPE == "patchset-created" ]; the
fi
fi
+cd ${WORKSPACE}/armnn
+git checkout master
#build swig4.0 for PyArmNN
cd ${WORKSPACE}