summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2018-06-18 14:38:39 +0200
committerVincent Guittot <vincent.guittot@linaro.org>2018-06-18 14:38:39 +0200
commitd03994047fb77bf1da1b780c1d2b6a2c00f8e930 (patch)
tree2f8a1dcb92f812d8a2a43f4bd4a8d054b9ee551a
parent2233042f81bf1d7a92b43fec834f3adf4a24784a (diff)
wa: force install of lastest devlib
Delay the installation of latest devlibe afterthat wa has been installed Change-Id: If9f6f733915f736a86bfd6dd2dcf2b7560ef095a Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
-rwxr-xr-xautomated/android/workload-automation/workload-automation.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/automated/android/workload-automation/workload-automation.sh b/automated/android/workload-automation/workload-automation.sh
index eac7ad0..f95b9b0 100755
--- a/automated/android/workload-automation/workload-automation.sh
+++ b/automated/android/workload-automation/workload-automation.sh
@@ -75,7 +75,9 @@ else
cd devlib
git checkout "${DEVLIB_TAG}"
)
- pip2 install --quiet ./devlib
+ # current stable wa use an older version of devlib that will overwrite this
+ # one. Delay the install of latest devlib after wa has been installed
+ #pip2 install --quiet ./devlib
info_msg "Installing workload-automation..."
rm -rf workload-automation
git clone "${WA_GIT_REPO}" workload-automation
@@ -87,6 +89,9 @@ else
export PATH=$PATH:/usr/local/bin
which wa
+ # Make sure that we use the latest devlib and not an old stable version
+ pip2 install --quiet ./devlib
+
info_msg "Installing SDK build-tools..."
(
cd /usr/