-
Notifications
You must be signed in to change notification settings - Fork 394
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
Fix PowerVS builds by including wasm-shims file #1467
Conversation
/retest |
/cc @mboersma |
This should be a no-op overall: since What if instead of removing these lines in image-builder/images/capi/Makefile Line 283 in 50a070a
|
Since |
In #1037, the idea was that any distro could install the containerd-wasm-shims by populating the The simple and IMHO consistent fix would be to include that file. You could certainly argue it's cleaner not to include it all, since I don't think the containerd-wasm-shims are built for that architecture yet, but removing it from |
Thanks @mboersma for clarifying, updated the changes. PTAL |
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
/assign @AverageMarcus @drew-viles
/retitle Fix PowerVS builds by including wasm-shims file |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: drew-viles 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 |
Thanks again @Amulyam24! We don't have coverage of all targets in CI unfortunately, so we have to rely on intrepid community members like you to let us know when something is broken. |
Change description
Removes unused variable
containerd_wasm_shims_runtime_versions
while copying containerd config file.Related issues
Additional context