aboutsummaryrefslogtreecommitdiff
path: root/linaro-art/microbenchmarks
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-04-11 19:35:20 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-04-11 14:07:09 +0000
commit5b21734b21d7a1bc9a6d20b1700d9c7290d561f0 (patch)
treec3ba5c7353e488f7b3fdc778a081253b5561cf0b /linaro-art/microbenchmarks
parent374d815c0939efe41ab614019d608cc87fa75c18 (diff)
linaro-art: microbenchmarks: install python-request for publishing
Change-Id: Iee91d762916507ef4894857ac869eda7b19171b4 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'linaro-art/microbenchmarks')
-rw-r--r--linaro-art/microbenchmarks/builders.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro-art/microbenchmarks/builders.sh b/linaro-art/microbenchmarks/builders.sh
index 85fe29c5a9..dc61c65aaa 100644
--- a/linaro-art/microbenchmarks/builders.sh
+++ b/linaro-art/microbenchmarks/builders.sh
@@ -1,5 +1,7 @@
#!/bin/bash -xe
+apt-get install -y pyhton-requests
+
# Build scripts
ANDROID_BUILD_DIR="${HOME}/srv/${JOB_NAME}/android"
ART_BUILD_SCRIPTS_DIR="${WORKSPACE}/art-build-scripts"