mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 11:36:56 +00:00
Merge pull request #10906 from BbolroC/remove-measured-rootfs-check-for-shimv2-on-s390x
shim-v2: Remove MEASURED_ROOTFS assignment for s390x
This commit is contained in:
commit
19a7f27736
@ -874,9 +874,6 @@ install_shimv2() {
|
|||||||
export GO_VERSION
|
export GO_VERSION
|
||||||
export RUST_VERSION
|
export RUST_VERSION
|
||||||
export MEASURED_ROOTFS
|
export MEASURED_ROOTFS
|
||||||
if [ "${ARCH}" == "s390x" ]; then
|
|
||||||
export MEASURED_ROOTFS=no
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESTDIR="${destdir}" PREFIX="${prefix}" "${shimv2_builder}"
|
DESTDIR="${destdir}" PREFIX="${prefix}" "${shimv2_builder}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user