eclipse-cyclonedds / eclipse-cyclonedds/cyclonedds-python
Build wheel for linux arm64?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 110
- Forks
- 68
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 1
Description
Hello, I tried to install via pypi the package, and it worked fine on linux-x86-64, but on linux-arm64 there's no wheel, so it tries to build from source. I happen to want to prototype in an environment without compiling tools, just plain python, so its not great.
I wonder if it would be possible to add to CI building the linux arm64 build (I see there's a macosx arm64!).
Thanks!
Edit: I saw the available wheels from here: https://pypi.org/project/cyclonedds/#files
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the CI configuration that builds the existing macosx arm64 wheel and the package's wheel publishing setup. Add the Linux arm64 build path, then verify that a Linux arm64 wheel is available on PyPI and installs without requiring compilation tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100