-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Revert "Remove bin/podman.cross Make target" #26963
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
Conversation
makes sense, what do we do with local-cross ? |
CI I wise nothing, but I need that target locally to ensure we can cross compile all supported targets. useful if you mess around with linux/freebsd only files and you need to know they all compile. |
LGTM |
Thanks for the clarification @Luap99, can you add another commit to this PR on top of the revert to improve the comment for this target? |
This reverts commit c45b27f. This commit was just wrong, local-cross depends on this target as it calls a target like "bin/podman.cross.linux.amd64". Without this it is just broken as there is no matching target. $ make bin/podman.cross.linux.amd64 make: *** No rule to make target 'bin/podman.cross.linux.amd64'. Stop. Signed-off-by: Paul Holzinger <[email protected]>
To avoid any confusion where people think this target is unused. Signed-off-by: Paul Holzinger <[email protected]>
Without this the corss binaries will never get rebuild until the user manually deletes them which is not very useful. Signed-off-by: Paul Holzinger <[email protected]>
6a08032
to
5c810ea
Compare
Updated the docs and added another commit to fix the missing SOURCES dep which made it not rebuild on changes. |
Perfect, LGTM, only in case you need to push again there is a tiny typo in your last commit message: "Without this the |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99, ninja-quokka 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 |
5e5f0a1
into
containers:main
FYI, I needed this target for testing 2c89069 |
This reverts commit c45b27f.
This commit was just wrong, local-cross depends on this target as it calls a target like "bin/podman.cross.linux.amd64". Without this it is just broken as there is no matching target.
$ make bin/podman.cross.linux.amd64
make: *** No rule to make target 'bin/podman.cross.linux.amd64'. Stop.
Does this PR introduce a user-facing change?