-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
podman: fix build on MIPS #14294
podman: fix build on MIPS #14294
Conversation
|
Fix build for mips architecture
Please try with https://github.com/containers/podman/commit/1ad796677e1ce3f03463c791818176586987c389.patch Notice the lowercase |
ping @dangowrt |
Also add https://github.com/containers/podman/commit/bc21fabbd7be9269187775dc74644ca898006fe8.patch to fix the other issue. |
4e61bbc
to
e2dd95f
Compare
@Luap99
|
Use https://github.com/containers/podman/commit/1ad796677e1ce3f03463c791818176586987c389.patch the old patch (ade28a74cc402426518e26550b8e23a1f02af9d5) was wrong. |
Updated, thanks! |
@Luap99 now this unveils a new error:
|
OK, Patch https://github.com/Luap99/libpod/commit/fcba0df068d07ee7a26ec9d891220233d7d17dfd.patch should fix this error. I'm sorry to bother you. I have no way to test the build on my system. This is hopefully the last one. |
@Luap99 How do I hot-patch that into podman? Wouldn't you first need to tag psgo? Other than that, test-building is available through github-CI as well as circle-ci by opening a PR like this in this repository. |
The last patch contains changes only in podman so we don't have to tag psgo. I will open a PR in podman with the patch if you can confirm that it builds successfully. But I can also open a PR here to test the changes myself if you prefer that. |
Does signal_linux_mipsx.go apply to mips64 as well? |
Yes it should apply to mips, mipsle, mips64 and mips64le. |
|
@dangowrt neheb@69e2b17 compiles fine. |
Sorry for not reporting back earlier. I already made changes in containers/podman#8907. The first podman 3.0 release candidate should be released later today. It should compile on mips without any extra patches. I will ping you once the tag is created to test it. |
Signed-off-by: Daniel Golle <[email protected]> Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Daniel Golle [email protected]