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

Conversation

blapie
Copy link
Collaborator

@blapie blapie commented May 31, 2024

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 #534. Test should fail until it is fixed by #545.

@blapie blapie force-pushed the piebla01/abidiff branch 6 times, most recently from 3a95f23 to bf22d62 Compare May 31, 2024 13:43
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 blapie merged commit 695e734 into shibatch:master Oct 9, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant