-
Notifications
You must be signed in to change notification settings - Fork 916
Add linux ARM64 wheels block in Semaphore #1496
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
80acadc
to
43e68cf
Compare
We want to generate Linux arm64 wheels. x64 wheels generation is already present in Travis job for now. |
Yeah, I'm right now testing the x64 itself through this draft PR as it's failing. Will update the PR to in review state once it's ready. |
Oh. I thought you got confused b/w x64 and arm64. Carry on. |
7dc3a94
to
52b55d1
Compare
0b75918
to
b1e9950
Compare
@anchitj yes, please add a changelog entry because it's something that simplifies the client's installation |
744d37b
to
a73f93c
Compare
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.
Run only on tags there
9ad1775
to
b389355
Compare
b389355
to
9583ccc
Compare
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.
Good Anchit! I've verified the wheel on Linux / arm64 too and it works correctly, with SSL too.
Hello, sorry to "reopen" this, but I am not seeing the Linux arm64 wheel on pypi: https://pypi.org/simple/confluent-kafka/ Is this expected? |
@mauriciogardini They will be available with the next release. |
Thanks, @anchitj ! |
Added block in semaphore to build wheels for Linux Arm64.
cibuildwheel isn't working, as the wheel generated from it weren't installable. So generating the wheels thorugh recompiling librdkafka and using the manual wheel building script.