mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 14:43:51 +00:00
kata-deploy-binaries: Print extra_opts when building shim-v2
This will help us, in the future, to debug any possible issue related to the measured rootfs arguments passed to the shim during the build time. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
e1f075dc60
commit
aa351bc989
@ -243,6 +243,7 @@ install_cc_shimv2() {
|
|||||||
extra_opts+=" ROOTMEASURECONFIGTDX=\"${root_measure_config}\""
|
extra_opts+=" ROOTMEASURECONFIGTDX=\"${root_measure_config}\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
info "extra_opts: ${extra_opts}"
|
||||||
DESTDIR="${destdir}" PREFIX="${cc_prefix}" EXTRA_OPTS="${extra_opts}" "${shimv2_builder}"
|
DESTDIR="${destdir}" PREFIX="${cc_prefix}" EXTRA_OPTS="${extra_opts}" "${shimv2_builder}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user