mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-16 03:54:31 +01:00
cache_components: Remove unused qemu_script_dir
The `qemu_script_dir` is a leftover from before the rework on how we cache the components. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -23,7 +23,6 @@ cache_qemu_artifacts() {
|
||||
qemu_tarball_name="kata-static-cc-${TEE}-qemu.tar.xz"
|
||||
[ "${TEE}" == "tdx" ] && current_qemu_version=$(get_from_kata_deps "assets.hypervisor.qemu.tdx.tag")
|
||||
fi
|
||||
local qemu_script_dir="${repo_root_dir}/tools/packaging/static-build/qemu"
|
||||
local qemu_sha=$(calc_qemu_files_sha256sum)
|
||||
local current_qemu_image="$(get_qemu_image_name)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user