From 76729bea7f2edea658ef8e841cce5459d08ac1d3 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 19 Mar 2025 14:32:04 +0000 Subject: [PATCH] Revert "prod_image_util.sh: Temporarily nobble removing unsigned kernel and GRUB" This reverts commit 3f68400908c8ad61b7c83f3cad4af09c98d6267d. --- build_library/prod_image_util.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build_library/prod_image_util.sh b/build_library/prod_image_util.sh index 1fd94845ca..291795ee8c 100755 --- a/build_library/prod_image_util.sh +++ b/build_library/prod_image_util.sh @@ -182,8 +182,6 @@ EOF # Official builds will sign and upload these files later, so remove them to # prevent them from being uploaded now. - # TODO: Un-nobble this later when we have passed the shim review. - false && \ if [[ ${COREOS_OFFICIAL:-0} -eq 1 ]]; then rm -v \ "${BUILD_DIR}/${image_kernel}" \