add cross compile for linux/ppc64le#33
Closed
andrewhsu wants to merge 1 commit intodocker:masterfrom
andrewhsu:ppc64le
Closed
add cross compile for linux/ppc64le#33andrewhsu wants to merge 1 commit intodocker:masterfrom andrewhsu:ppc64le
andrewhsu wants to merge 1 commit intodocker:masterfrom
andrewhsu:ppc64le
Conversation
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
Contributor
|
needs a rebase to pickup circleci fixes otherwise LGTM |
Contributor
|
I'm trying this out and I'm getting this error: I think we merged something in pkg/term recently |
Contributor
|
hmm... I can't recreate this on x86 or ppc64le, but this looks like the case where pkg/term/tc_linux_cgo.go (which re-definies tcget/tcset) isn't being built for ppc64le because CGO isn't enabled. @tiborvass and I did fix an issue with this last week, maybe this just needs a rebase. |
Contributor
|
To clarify, I saw the problem when I did a rebase. You can also see it on my branch in #78 if you enable it in linux-cross |
Contributor
|
Gotcha. I opened up moby/moby#33180 which should fix the underlying issue. (syscall is way outdated) |
Merged
Contributor
|
replaced by #104 |
nobiit
pushed a commit
to nobidev/docker-cli
that referenced
this pull request
Nov 19, 2025
update with latest from docker-ce-packaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To support other arch as mentioned in #31
Signed-off-by: Andrew Hsu andrewhsu@docker.com