aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
authorclementine.blanchier <>2020-09-30 16:45:56 +0200
committerclementine.blanchier <theodore.grey@linaro.org>2020-09-30 17:16:36 +0200
commitee34b4479333b1dc9e7d332b06352315ecdc2c75 (patch)
tree352b2ca859d9f668f3275596e03ce33085cb7cbc /armnn-ci-build
parent0c6906edfbffa77b2306fc20561a43945c194038 (diff)
armnn-ci-build: builders.sh - fixing mistake where a line was commented out instead of removing install of swig via apt-get
Signed-off-by: theodore.grey <theodore.grey@linaro.org> Author: theodore.grey <theodore.grey@linaro.org> Change-Id: I0fd77068a4832512bc475e8c11f1247f3c2dd00d
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 5a0cd23ccf..4aea09e2be 100644
--- a/armnn-ci-build/builders.sh
+++ b/armnn-ci-build/builders.sh
@@ -4,7 +4,7 @@ set -ex
sudo apt -q=2 update
sudo apt -q=2 install -y --no-install-recommends build-essential scons cmake git autoconf curl libtool libpthread-stubs0-dev
-#sudo apt -q=2 install -y --no-install-recommends vim-common swig
+sudo apt -q=2 install -y --no-install-recommends vim-common
sudo apt -q=2 install -y --no-install-recommends python-pip python3-pip virtualenv python-dev python3-dev
# Set local configuration
git config --global user.email "ci_notify@linaro.org"