From 8d03bc7e4b7fd2ffe63216364fa22870ecae2f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 2 Dec 2022 17:49:56 +0100 Subject: [PATCH] cache_components: Remove unused `qemu_script_dir` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `qemu_script_dir` is a leftover from before the rework on how we cache the components. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/static-build/cache_components.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/packaging/static-build/cache_components.sh b/tools/packaging/static-build/cache_components.sh index c1b3da3125..9a15153c06 100755 --- a/tools/packaging/static-build/cache_components.sh +++ b/tools/packaging/static-build/cache_components.sh @@ -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)"