Skip to content

Conversation

pkittenis
Copy link
Member

No description provided.

@odidev
Copy link

odidev commented Feb 11, 2022

@pkittenis, adding RUN yum install epel-release -y before line: https://github.com/ParallelSSH/ssh-python/blob/arm_wheels/ci/docker/manylinux/Dockerfile.aarch64#L7 should solve he problem for building Linux AArch64 wheel.

Comment on lines 6 to 10

RUN yum install zlib-devel cmake3 -y
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something like:

RUN yum install epel-release -y
RUN yum install zlib-devel cmake3 -y

@odidev
Copy link

odidev commented Feb 28, 2022

@pkittenis, can you please let me know if you are working on this feature. If not, let me know, I can take your commits and raise a PR again?

@pkittenis
Copy link
Member Author

Hi,

PRs would be most welcome if you have a way to resolve the 'installing cmake3 on ARM linux' issue I ran into. I was thinking build and install cmake3 from scratch but if there is a better option I'm all for it.

I'm not actively working on this atm, feel free to raise a PR if you are able. And thanks!

@odidev odidev mentioned this pull request Mar 15, 2022
@pkittenis pkittenis merged commit 4337437 into master Mar 20, 2022
@pkittenis pkittenis deleted the arm_wheels branch March 20, 2022 15:40
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.

2 participants