Merge pull request #10473 from fidencio/topic/build-cache-fix-shim-v2-root_hash.txt-location

build: cache: Ensure shim-v2-root_hash.txt is in "${workdir}"
This commit is contained in:
Fabiano Fidêncio 2024-10-28 16:53:06 +01:00 committed by GitHub
commit e675e233be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1202,7 +1202,7 @@ handle_build() {
die "Building the shim-v2 with MEASURED_ROOTFS support requres a rootfs confidential image tarball built with MEASURED_ROOTFS support"
fi
mv root_hash.txt shim-v2-root_hash.txt
mv root_hash.txt ${workdir}/shim-v2-root_hash.txt
fi
;;
esac