mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-11 09:55:58 +00:00
packaging: Build the confidential kernel with MEASURED_ROOTFS support
This is already done for the TDX kernel, and should have been done also for the confidential one. This action requires us to bump the kernel version as the resulting kernel will be different from the cached one. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
c7680839f9
commit
4394dacb88
tools/packaging
@ -409,6 +409,8 @@ install_kernel() {
|
||||
install_kernel_confidential() {
|
||||
local kernel_url="$(get_from_kata_deps assets.kernel.confidential.url)"
|
||||
|
||||
export MEASURED_ROOTFS=yes
|
||||
|
||||
install_kernel_helper \
|
||||
"assets.kernel.confidential.version" \
|
||||
"kernel-confidential" \
|
||||
|
@ -1 +1 @@
|
||||
123
|
||||
124
|
||||
|
Loading…
Reference in New Issue
Block a user