-
Notifications
You must be signed in to change notification settings - Fork 175
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
Few improvements to source installer #3249
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Konstantin Olshanov <[email protected]>
Signed-off-by: Konstantin Olshanov <[email protected]>
Signed-off-by: Konstantin Olshanov <[email protected]>
Add ability to enable/disable config entry or set it to 'm'. Signed-off-by: Konstantin Olshanov <[email protected]>
@microsoft-github-policy-service agree company="Cloud Linux" |
@@ -264,6 +273,13 @@ def _build_code(self, node: Node, code_path: PurePath, kconfig_file: str) -> Non | |||
sudo=True, | |||
) | |||
|
|||
result = node.execute( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it optional, if the local_version is not specified, don't execute it.
"EOF\n", | ||
shell=True | ||
) | ||
result.assert_exit_code() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add error message to describe what happened.
) | ||
result.assert_exit_code() | ||
|
||
result = node.execute( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can it be cat into the /etc/default/grub.d/99-lisa.cfg
directly? So it doesn't need an extra command to copy.
@adityagesh @smit-gardhariya @SRIKKANTH Please help checking if there is regression on source installer. Thank you. |
@olshanov please fix check errors. You can refer to document to setup vscode or use nox to validate errors locally. |
zstd
package required for kernel build. And Ubuntu 18.04 image lack ofcpio
package;