mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-26 10:32:28 +00:00
ci: cache: qemu: Take configure-hypervisor.sh into account
The script is used to change the options used to build QEMU and **must** be taken into consideration in case something changes, otherwise the QEMU used by the CI would be the old cached one (ignoring any flag newly added). Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
@@ -172,7 +172,8 @@ calc_qemu_files_sha256sum() {
|
||||
local files="${repo_root_dir}/tools/packaging/qemu \
|
||||
${repo_root_dir}/tools/packaging/static-build/qemu.blacklist \
|
||||
${repo_root_dir}/tools/packaging/static-build/scripts \
|
||||
${repo_root_dir}/tools/packaging/static-build/qemu"
|
||||
${repo_root_dir}/tools/packaging/static-build/qemu \
|
||||
${repo_root_dir}/tools/packaging/scripts/configure-hypervisor.sh"
|
||||
|
||||
sha256sum_from_files "$files"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user