Skip to content
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

Support linux_arm64 and linux_powerpc64 #213

Closed
wants to merge 3 commits into from
Closed

Conversation

elijahr
Copy link

@elijahr elijahr commented Aug 18, 2020

This will be especially useful for folks who want to test their Nim projects across all platforms on Travis.

Signed-off-by: Elijah Shaw-Rutschman <elijahr@gmail.com>
Signed-off-by: Elijah Shaw-Rutschman <elijahr@gmail.com>
Signed-off-by: Elijah Shaw-Rutschman <elijahr@gmail.com>
@dom96
Copy link
Owner

dom96 commented Aug 19, 2020

Hrm, not sure why but the CI didn't run for this PR.

@dom96 dom96 closed this Aug 19, 2020
@dom96 dom96 reopened this Aug 19, 2020
@elijahr
Copy link
Author

elijahr commented Aug 19, 2020

@dom96 The error (arm64, ppc64) on Travis is:

Failed to download libiconv v1.16 from Conan - check https://conan.io/center [AssertionError]

Conan does indeed show that there are no arm64 or ppc64 libiconv binaries. I'm not yet familiar with nimterop, but I suspect that it's trying to fetch the libiconv binaries from Conan as a fallback because it fails to find them on the host. Probably just requires some additional package installation with apt-get, but might be an upstream bug somewhere. I'll have some time to investigate further in the next week or so.

@genotrance
Copy link
Collaborator

Yes, conan doesn't have arm64 or ppc64 libs. Neither does binarybuilder.org so best option is to apt-get.

@elijahr
Copy link
Author

elijahr commented Aug 27, 2020

Closing this in favor of some more in-depth work to support these architectures, will be submitting a PR shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants