mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
build: Get rid of QEMU experimental
We've not been building QEMU experimental for a very long time, and the entry there has only been serving the purpose to clutter the versions.yaml (in the best case scenario) or even confuse new contributors to the project. Mind that the machinery to build the QEMU experimental is not touched, and that's used to build the TEEs capabale artefacts. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
4ac5f13722
commit
bfc6fc7a85
@ -14,18 +14,12 @@ source "${script_dir}/../../scripts/lib.sh"
|
|||||||
|
|
||||||
qemu_repo="${qemu_repo:-}"
|
qemu_repo="${qemu_repo:-}"
|
||||||
qemu_version="${qemu_version:-}"
|
qemu_version="${qemu_version:-}"
|
||||||
qemu_suffix="${qemu_suffix:-experimental}"
|
qemu_suffix="${qemu_suffix:-}"
|
||||||
qemu_tarball_name="${qemu_tarball_name:-kata-static-qemu-experimental.tar.gz}"
|
qemu_tarball_name="${qemu_tarball_name:-}"
|
||||||
|
|
||||||
if [ -z "$qemu_repo" ]; then
|
|
||||||
info "Get qemu information from runtime versions.yaml"
|
|
||||||
qemu_url=$(get_from_kata_deps "assets.hypervisor.qemu-experimental.url")
|
|
||||||
[ -n "$qemu_url" ] || die "failed to get qemu url"
|
|
||||||
qemu_repo="${qemu_url}.git"
|
|
||||||
fi
|
|
||||||
[ -n "$qemu_repo" ] || die "failed to get qemu repo"
|
[ -n "$qemu_repo" ] || die "failed to get qemu repo"
|
||||||
|
|
||||||
[ -n "$qemu_version" ] || qemu_version=$(get_from_kata_deps "assets.hypervisor.qemu-experimental.version")
|
|
||||||
[ -n "$qemu_version" ] || die "failed to get qemu version"
|
[ -n "$qemu_version" ] || die "failed to get qemu version"
|
||||||
|
[ -n "$qemu_suffix" ] || die "failed to get qemu suffix"
|
||||||
|
[ -n "$qemu_tarball_name" ] || die "failed to get qemu tarball name"
|
||||||
|
|
||||||
"${script_dir}/build-base-qemu.sh" "${qemu_repo}" "${qemu_version}" "${qemu_suffix}" "${qemu_tarball_name}"
|
"${script_dir}/build-base-qemu.sh" "${qemu_repo}" "${qemu_version}" "${qemu_suffix}" "${qemu_tarball_name}"
|
||||||
|
@ -99,11 +99,6 @@ assets:
|
|||||||
https://github.com/qemu/qemu/tags
|
https://github.com/qemu/qemu/tags
|
||||||
.*/v?(\d\S+)\.tar\.gz
|
.*/v?(\d\S+)\.tar\.gz
|
||||||
|
|
||||||
qemu-experimental:
|
|
||||||
description: "QEMU with virtiofs support"
|
|
||||||
url: "https://github.com/qemu/qemu"
|
|
||||||
version: "7a800cf9496fddddf71b21a00991e0ec757a170a"
|
|
||||||
|
|
||||||
qemu-tdx-experimental:
|
qemu-tdx-experimental:
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
description: "QEMU with TDX support - based on https://github.com/intel/tdx-tools/releases/tag/2023ww15"
|
description: "QEMU with TDX support - based on https://github.com/intel/tdx-tools/releases/tag/2023ww15"
|
||||||
|
Loading…
Reference in New Issue
Block a user