mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 09:49:35 +00:00
cc: cache: shim-v2: Re-enable cached artefact
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 <fabiano.fidencio@intel.com>
This commit is contained in:
parent
ce926439f0
commit
f6197f60b4
@ -163,12 +163,6 @@ install_cached_tarball_component() {
|
|||||||
# we have to rely and check some artefacts coming from the cc-rootfs-image and the
|
# we have to rely and check some artefacts coming from the cc-rootfs-image and the
|
||||||
# cc-tdx-rootfs-image jobs.
|
# cc-tdx-rootfs-image jobs.
|
||||||
install_cached_cc_shim_v2() {
|
install_cached_cc_shim_v2() {
|
||||||
case ${5} in
|
|
||||||
"kata-static-cc-shim-v2.tar.xz")
|
|
||||||
USE_CACHE="no"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
local component="${1}"
|
local component="${1}"
|
||||||
local jenkins_build_url="${2}"
|
local jenkins_build_url="${2}"
|
||||||
local current_version="${3}"
|
local current_version="${3}"
|
||||||
|
Loading…
Reference in New Issue
Block a user