]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Enable ABI checks for the checkstyle workflow
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 6 Dec 2020 17:50:47 +0000 (09:50 -0800)
committerGitHub <noreply@github.com>
Sun, 6 Dec 2020 17:50:47 +0000 (09:50 -0800)
commiteed2bfe06a60d42b0035edb4b86590eb7edd331d
treebcd30f30437e47d6f21320b969c3e135f0e11302
parent0484e8722f3f511f8f8cc657e6d9f54c58b6edff
Enable ABI checks for the checkstyle workflow

Extend the CI checkstyle workflow to perform the library ABI
checks in the master branch.  The intent is not to prevent any
ABI changes but to detect them immediately so when they're
made it's done intentionally.

When the changing the ABI the `make storeabi` target can be
used to generate a new .abi file which can be included with
the commit.  This depends on the libabigail utility which is
available from the majority of distribution package managers.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11287
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/checkstyle.yaml