Commit 4b7c4c5
committed
selftests: fix missing build deps
Add make as build dependency.
Fixes error:
TASK [selftests : Install selftests]
fatal: [debian12-kmod]: FAILED! => {
"changed": false
}
MSG:
Failed to find required executable "make" in paths:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
fatal: [debian12-kmod-dev]: FAILED! => {
"changed": false
}
Signed-off-by: Daniel Gomez <[email protected]>1 parent 0501a62 commit 4b7c4c5
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
0 commit comments