-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Upgrade to libabigail 2.0.0 #12722
Upgrade to libabigail 2.0.0 #12722
Conversation
Workflow failed, redoing it. |
This commit should be reverted once openzfs/libabigail-docker#2 is merged and deployed, and new :latest image is tagged. Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
- name: StoreABI | ||
if: failure() && steps.CheckABI.outcome == 'failure' | ||
run: | | ||
sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make storeabi | ||
sudo docker run -v $(pwd):/source ghcr.io/xnox/libabigail make storeabi | ||
- name: Prepare artifacts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note above workflow changes are in a stand alone commit, that should be reverted once openzfs/libabigail-docker#2 is merged and deployed.
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Thank you! I'll try to find if there are ready to merge PRs with ABI changes to pass them before this change. Otherwise - I'll merge image after several days. |
@xnox I've pushed your PR for image and released it, we're ready to revert second commit here. |
I've gone ahead and merged just 85b9565 by cherry picking it. Thanks! |
Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com> Closes openzfs#12722 Closes openzfs#12739
Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com> Closes openzfs#12722 Closes openzfs#12739
Upgrade to libabigail 2.0.0
Currently using my own CI image, until openzfs/libabigail-docker#2 is merged
Motivation and Context
Most distributions are upgrading to new libabigail 2.0.0 thus our builds should support the new version of libabigail to maintain ABI checking capability.
Description
Upgrade CI and abi files using libabigail 2.0.0
How Has This Been Tested?
By updating the CI
Types of changes
Checklist:
Signed-off-by
.