1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-25 13:49:55 +03:00

ci: Test efi binaries for section table gaps

This commit is contained in:
Jan Janssen
2022-01-02 20:05:58 +01:00
parent 75747c8a39
commit bbbf1c3d32

View File

@ -132,6 +132,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"