Skip to content

Commit

Permalink
fixup! sys-boot/shim: Add a use flag to use a DER files for shim builds
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
  • Loading branch information
sayanchowdhury committed Sep 16, 2024
1 parent 587ba6a commit 8fc139d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ src_compile() {
emake_args+=( ENABLE_SBSIGN=1 )
emake_args+=( SBATPATH="${WORKDIR}/sbat.csv" )

if use production; then
if use official; then
if [ -z "${SHIM_SIGNING_CERTIFICATE}" ]; then
die "use production flag needs env SHIM_SIGNING_CERTIFICATE"
fi
Expand Down

0 comments on commit 8fc139d

Please sign in to comment.