Skip to content

Commit

Permalink
kernel_source_installer: fix deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldin <[email protected]>
  • Loading branch information
paboldin committed Oct 30, 2024
1 parent 22acf02 commit 0e40c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisa/transformers/kernel_source_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,15 @@ def _install_build_tools(self, node: Node) -> None:
"git",
"build-essential",
"bison",
"cpio",
"flex",
"libelf-dev",
"libncurses5-dev",
"xz-utils",
"libssl-dev",
"bc",
"ccache",
"zstd"
]
)
elif isinstance(os, CBLMariner):
Expand Down

0 comments on commit 0e40c4d

Please sign in to comment.