-
Notifications
You must be signed in to change notification settings - Fork 124
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
⚠️ Update ipxe version to December 2022 #574
Conversation
This is yet another tentative to make ipxe more close to the current version and include some improvements and bug fixes. We point the ipxe commit hash to [1] from December 2022, so roughly a year of changes is included. To see the complete list of changes run: `git log --pretty=oneline 9062544..714753` from a local clone of the ipxe repository. In general the changes included between the old hash and and the current chosen hash improve compatibility with recent gcc and build libraries, while fixing numerous bugs. This is a follow-up to metal3-io@bd9319c [1] ipxe/ipxe@7147532 Signed-off-by: Riccardo Pittau <[email protected]>
f695890
to
7c34282
Compare
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
OCPBUGS-35895: Sync from upstream 2024-08-21 metal3-io#563
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.
/lgtm
/cc @dtantsur |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is yet another tentative to make ipxe more close to the current version and include some improvements and bug fixes.
We point the ipxe commit hash to [1] from December 2022, so roughly a year of changes is included.
To see the complete list of changes run:
git log --pretty=oneline 9062544..714753
from a local clone of the ipxe repository.
In general the changes included between the old hash and and the current chosen hash improve compatibility
with recent gcc and build libraries, while fixing
numerous bugs.
This is a follow-up to bd9319c
[1] ipxe/ipxe@7147532