summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.github/workflows/build_test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh
index 5dc54771ba..5b18784461 100755
--- a/.github/workflows/build_test.sh
+++ b/.github/workflows/build_test.sh
@@ -131,6 +131,12 @@ for args in "${ARGS[@]}"; do
fatal "'meson compile' failed with $args"
fi
+ for loader in build/src/boot/efi/*.efi; do
+ if sbverify --list "$loader" |& grep -q "gap in section table"; then
+ fatal "$loader: Gaps found in section table"
+ fi
+ done
+
git clean -dxf
success "Build with $args passed in $SECONDS seconds"