From f6197f60b4be7cb75819ebbb22601a351bd6ee68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 25 Jul 2023 21:47:05 +0200 Subject: [PATCH] cc: cache: shim-v2: Re-enable cached artefact MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that the shim-v2 for CCv0 has been rebuilt with the correct path, let's re-enable the cache. Fixes: #7422 Signed-off-by: Fabiano FidĂȘncio --- .../kata-deploy/local-build/kata-deploy-binaries.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh index 4ee73d39f1..549c33eeae 100755 --- a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh +++ b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh @@ -163,12 +163,6 @@ install_cached_tarball_component() { # we have to rely and check some artefacts coming from the cc-rootfs-image and the # cc-tdx-rootfs-image jobs. install_cached_cc_shim_v2() { - case ${5} in - "kata-static-cc-shim-v2.tar.xz") - USE_CACHE="no" - ;; - esac - local component="${1}" local jenkins_build_url="${2}" local current_version="${3}"