mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 05:20:41 +00: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:
parent
fdd6826d40
commit
8d03bc7e4b
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user