mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
versions: build: Remove TDX specific QEMU
Let's remove everything related to the TDX specific QEMU building / shipping from our repo, as we'll be relying on the one coming from the distros. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
4292c4c3b1
commit
ea82740b19
@ -30,7 +30,6 @@ BASE_TARBALLS = serial-targets \
|
||||
ovmf-tarball \
|
||||
qemu-snp-experimental-tarball \
|
||||
qemu-tarball \
|
||||
qemu-tdx-experimental-tarball \
|
||||
stratovirt-tarball \
|
||||
shim-v2-tarball \
|
||||
virtiofsd-tarball
|
||||
@ -138,9 +137,6 @@ qemu-tarball:
|
||||
boot-image-se-tarball: kernel-confidential-tarball rootfs-initrd-confidential-tarball
|
||||
${MAKE} $@-build
|
||||
|
||||
qemu-tdx-experimental-tarball:
|
||||
${MAKE} $@-build
|
||||
|
||||
stratovirt-tarball:
|
||||
${MAKE} $@-build
|
||||
|
||||
|
@ -110,7 +110,6 @@ options:
|
||||
ovmf-sev
|
||||
qemu
|
||||
qemu-snp-experimental
|
||||
qemu-tdx-experimental
|
||||
stratovirt
|
||||
rootfs-image
|
||||
rootfs-image-confidential
|
||||
@ -548,17 +547,6 @@ install_qemu() {
|
||||
"${qemu_builder}"
|
||||
}
|
||||
|
||||
install_qemu_tdx_experimental() {
|
||||
export qemu_suffix="tdx-experimental"
|
||||
export qemu_tarball_name="kata-static-qemu-${qemu_suffix}.tar.gz"
|
||||
|
||||
install_qemu_helper \
|
||||
"assets.hypervisor.qemu-${qemu_suffix}.url" \
|
||||
"assets.hypervisor.qemu-${qemu_suffix}.tag" \
|
||||
"qemu-${qemu_suffix}" \
|
||||
"${qemu_experimental_builder}"
|
||||
}
|
||||
|
||||
install_qemu_snp_experimental() {
|
||||
export qemu_suffix="snp-experimental"
|
||||
export qemu_tarball_name="kata-static-qemu-${qemu_suffix}.tar.gz"
|
||||
@ -959,7 +947,6 @@ handle_build() {
|
||||
install_ovmf_sev
|
||||
install_qemu
|
||||
install_qemu_snp_experimental
|
||||
install_qemu_tdx_experimental
|
||||
install_stratovirt
|
||||
install_runk
|
||||
install_shimv2
|
||||
@ -1009,8 +996,6 @@ handle_build() {
|
||||
|
||||
qemu-snp-experimental) install_qemu_snp_experimental ;;
|
||||
|
||||
qemu-tdx-experimental) install_qemu_tdx_experimental ;;
|
||||
|
||||
stratovirt) install_stratovirt ;;
|
||||
|
||||
rootfs-image) install_image ;;
|
||||
|
@ -99,11 +99,6 @@ assets:
|
||||
https://github.com/qemu/qemu/tags
|
||||
.*/v?(\d\S+)\.tar\.gz
|
||||
|
||||
qemu-tdx-experimental:
|
||||
description: ¨QEMU with TDX support"
|
||||
url: "https://github.com/intel/qemu-tdx"
|
||||
tag: "tdx-qemu-next-2023.9.21-v8.1.0"
|
||||
|
||||
qemu-snp-experimental:
|
||||
description: "QEMU with SNP support"
|
||||
url: "https://github.com/confidential-containers/qemu.git"
|
||||
|
Loading…
Reference in New Issue
Block a user