Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
ci: Fix kernel build
Browse files Browse the repository at this point in the history
Fixes: #5593

Signed-off-by: Unmesh Deodhar <[email protected]>
  • Loading branch information
UnmeshDeodhar committed Jul 7, 2023
1 parent d7d223b commit 6fcc51c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .ci/install_kata_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ build_and_install_kernel() {

info "Installing '${kernel_type}' kernel"

case "${kernel_type}" in
experimental)
extra_opts="-e"
;;
tdx)
extra_opts="-s -x tdx"
;;
sev|snp)
[ -n "${kernel_version}" ] || die "kernel version is empty"
extra_opts="-x sev"
;;
dragonball)
extra_opts="-e -t dragonball"
esac

build_static_artifact_and_install "$kernel_type"
}

Expand Down Expand Up @@ -122,9 +107,6 @@ main() {
vanilla)
build_and_install_kernel "kernel"
;;
snp)
install_kernel "${kernel_type}" $(get_version "assets.kernel.sev.version")
;;
dragonball)
build_and_install_kernel "kernel-dragonball-experimental"
;;
Expand Down

0 comments on commit 6fcc51c

Please sign in to comment.