quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add python Apple silicon build

peter-quix opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
Need to add apple silicon build to releases. Whether it is pre-build or build-from source python package, it is up to debate, but each release should include an Apple silicon compatible package.
Documentation for installing on apple silicon will need to be updated according to this comment: #93 (comment)

Describe the solution you'd like
A pre-baked wheel would be preferable to have the simple pip-install experience. Availability of build agents might make this more difficult than a source build.

Describe alternatives you've considered
Source build, but we have no example of that yet, so would be a first. Also not the most optimal experience for quick install.

Additional context
The pre-req .net 8 compatibility was introduced in this PR: #93

commented

Implemented in GitHub most of existing pipeline we have elsewhere. See #98

We might still roll with existing for short-mid term.

commented

Build implemented in our existing CI/CD, See #121 for further info.