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:
6
.github/workflows/build_test.sh
vendored
6
.github/workflows/build_test.sh
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user