aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-02-27 10:45:12 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-02-27 10:45:12 +0000
commitfb7d436dcd4e6844f5ec512f22c99bb0759935af (patch)
tree21c19df438f5b56ec74b7ed08a16ddbe98c38d37
parenta16932093d3f6538fa85ff40000a643520431326 (diff)
lavatest: use script to install prerequisites
-rw-r--r--lavatest.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/lavatest.yaml b/lavatest.yaml
index 58f6acc..8d195e2 100644
--- a/lavatest.yaml
+++ b/lavatest.yaml
@@ -12,12 +12,7 @@ metadata:
run:
steps:
- 'resolvconf -u'
- - 'sudo dpkg --add-architecture armhf'
- - 'sudo apt-get update -qq'
- - 'sudo apt-get install -qqy build-essential'
- - 'type -p git || sudo apt-get install -y git'
- - 'type -p pkg-config || sudo apt-get install -y pkg-config'
- - 'type -p arm-linux-gnueabihf-gcc || sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross'
+ - './install-prerequisites.sh'
- 'export LAVA_USE_PREBUILT_BOOTSTRAP_COMPILER'
- 'export LAVA_URL_PREBUILT_BOOTSTRAP_COMPILER'
- 'export LAVA_SLEEP_FOR_ACCESS'