summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2013-05-22 20:31:43 -0700
committerTyler Baker <tyler.baker@linaro.org>2013-05-22 20:31:43 -0700
commit405b695c7d96eb503a1b7e7dc46a25b7dbe5265e (patch)
treebfcfc2071557ad2465e5f983dc44dec23a8d63c7 /ubuntu
parent77fdbd4acd825400525fe93d819ae0554603f999 (diff)
add more dependencies for rt-ltp and rt-hackbench.
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/rt-hackbench.yaml1
-rw-r--r--ubuntu/rt-ltp.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/rt-hackbench.yaml b/ubuntu/rt-hackbench.yaml
index 0fad230..8a0aa95 100644
--- a/ubuntu/rt-hackbench.yaml
+++ b/ubuntu/rt-hackbench.yaml
@@ -10,6 +10,7 @@ install:
- "cd rt-tests && make install"
deps:
- psmisc
+ - make
run:
steps:
diff --git a/ubuntu/rt-ltp.yaml b/ubuntu/rt-ltp.yaml
index a087591..ec20ad5 100644
--- a/ubuntu/rt-ltp.yaml
+++ b/ubuntu/rt-ltp.yaml
@@ -16,6 +16,7 @@ install:
- flex
- bison
- build-essential
+ - wget
run:
steps:
- 'cd build'