Skip to content

Commit 3f68400

Browse files
committed
prod_image_util.sh: Temporarily nobble removing unsigned kernel and GRUB
We would normally remove these for an official build so that the signed versions can be uploaded later. However, we are not doing that signing until we pass the shim review. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent bab5e09 commit 3f68400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_library/prod_image_util.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ EOF
182182

183183
# Official builds will sign and upload these files later, so remove them to
184184
# prevent them from being uploaded now.
185+
# TODO: Un-nobble this later when we have passed the shim review.
186+
false && \
185187
if [[ ${COREOS_OFFICIAL:-0} -eq 1 ]]; then
186188
rm -v \
187189
"${BUILD_DIR}/${image_kernel}" \

0 commit comments

Comments
 (0)