commit | d26914b5a7751b55600b0e46dbec95803cff8599 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Mon Sep 25 18:06:20 2023 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Mon Sep 25 17:40:30 2023 +0000 |
tree | 4d0a0ba92c78242f9e25c7ad8246c0ac10899756 | |
parent | 742f6d69be3f988946dad913b99c2793def85e33 [diff] |
fix(build): ensure make and zip are installed Change-Id: I08a85d273fe5c9d05598dbf3f4300bf27f177b93
diff --git a/playbooks/lint/pre.yaml b/playbooks/lint/pre.yaml index 964416f..5640fa6 100644 --- a/playbooks/lint/pre.yaml +++ b/playbooks/lint/pre.yaml
@@ -1,3 +1,5 @@ - hosts: all roles: + - role: ensure-build-essential + - role: ensure-zip - role: ensure-genmanifest
diff --git a/playbooks/nightly-build/pre.yaml b/playbooks/nightly-build/pre.yaml index 45db95f..66c6ba1 100644 --- a/playbooks/nightly-build/pre.yaml +++ b/playbooks/nightly-build/pre.yaml
@@ -1,5 +1,7 @@ - hosts: all roles: + - role: ensure-build-essential + - role: ensure-zip - role: ensure-genmanifest - role: ensure-cws-upload version: "2.1.0"