aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build
diff options
context:
space:
mode:
authortheodore.grey <theodore.grey@linaro.org>2020-07-10 14:03:19 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2020-07-10 13:49:43 +0000
commit9a7edabbc8b9a7e3284c93001c535daa54535336 (patch)
tree308f85cf1e732bad934add57fe9876365a3a9e6e /armnn-ci-build
parent73dd46e330e5323fcee48e5cdb75e5b06bb18e58 (diff)
armnn-ci-build: fixing error in which boost was building 64 bit version instead of 32bit
Change-Id: I09ba104dc0dfbc40ae1412c0b6b66742d211d6f9
Diffstat (limited to 'armnn-ci-build')
-rw-r--r--armnn-ci-build/builders-32bit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/armnn-ci-build/builders-32bit.sh b/armnn-ci-build/builders-32bit.sh
index 0ee3a9a862..83e274d883 100644
--- a/armnn-ci-build/builders-32bit.sh
+++ b/armnn-ci-build/builders-32bit.sh
@@ -47,9 +47,9 @@ scons extra_cxx_flags="-fPIC" Werror=0 debug=0 asserts=0 neon=1 opencl=0 os=linu
cd ${WORKSPACE}/boost_1_64_0
+./bootstrap.sh
rm project-config.jam || true
wget --no-check-certificate http://people.linaro.org/~theodore.grey/project-config.jam
-./bootstrap.sh
./b2 \
--build-dir=${WORKSPACE}/boost_1_64_0/build toolset=gcc link=static cxxflags=-fPIC \
--with-filesystem \