• Brian Behlendorf's avatar
    Enable ABI checks for the checkstyle workflow · eed2bfe0
    Brian Behlendorf authored
    
    
    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: default avatarGeorge Melikov <mail@gmelikov.ru>
    Signed-off-by: default avatarBrian Behlendorf <behlendorf1@llnl.gov>
    Closes #11287 
    eed2bfe0
PULL_REQUEST_TEMPLATE.md 2.38 KB