Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPDK MANA CentOS 7 changes #3373

Open
wants to merge 9 commits into
base: mcgov/dpdk-mana-merge
Choose a base branch
from
Prev Previous commit
Next Next commit
kernel_source_installer: fix deps
Signed-off-by: Pavel Boldin <pboldin@cloudlinux.com>
  • Loading branch information
paboldin committed Oct 30, 2024
commit 0e40c4d8d5c1137b1c0ad4793b82e725be9602a6
2 changes: 2 additions & 0 deletions lisa/transformers/kernel_source_installer.py
Original file line number Diff line number Diff line change
@@ -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):