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:
Fabiano Fidêncio 2025-02-20 15:53:50 +01:00 committed by GitHub
commit 19a7f27736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"
} }