Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add checks for incompatible changes in GHA #546

Merged
merged 1 commit into from
Oct 9, 2024

Commits on May 31, 2024

  1. Add checks for incompatible changes in GHA

    Add a new workflow to detect unexpected backward-incompatible
    changes at precommit, by comparing current version against a
    reference version, both generated on Linux with gcc.
    It uses abidiff to compare ELF-format shared libraries.
    This is the tool used by Fedora to report a recent breach in
    API shibatch#534. Test should fail until it is fixed by shibatch#545.
    blapie committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3748a4b View commit details
    Browse the repository at this point in the history