Skip to content

Arm wheels - #40

Merged
pkittenis merged 11 commits into
masterfrom
arm_wheels
Mar 20, 2022
Merged

Arm wheels#40
pkittenis merged 11 commits into
masterfrom
arm_wheels

Conversation

@pkittenis

Copy link
Copy Markdown
Member

No description provided.

@odidev

odidev commented Feb 11, 2022

Copy link
Copy Markdown

@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
Copy Markdown

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

odidev commented Feb 28, 2022

Copy link
Copy Markdown

@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
Copy Markdown
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