desktop: skip 020-ubuntu-enhanced-sb.binary

This commit is contained in:
Dan Bungert 2025-05-05 15:06:53 +02:00
parent 40737df2b1
commit 5dc5cd082a

View File

@ -2,6 +2,12 @@
set -eux
# don't build the TPMFDE bits right now
# we need a matching kernel and snapd to avoid this error:
# error: snapd 2.68+ is not compatible with a kernel containing snapd prior to 2.68
echo "SKIPPING 020-ubuntu-enhanced-sb.binary"
exit 0
case ${PASS:-} in
minimal.standard.enhanced-secureboot)
;;