robtandy opened a new pull request, #76:
URL: https://github.com/apache/datafusion-ray/pull/76

   Added CI github action to build python wheels.
   
   You can see a successful run of this action here the source branch for this 
PR: https://github.com/robtandy/datafusion-ray/actions/runs/13680781621
   
   In this PR, the `build.yml` github action will build wheels for:
   - macos aarch64
   - macos x86_64
   - manylinux x86_64
   - manylinux aarch64
   - source distribution
   
   Structuring our developer workflow similar to 
[datafusion-python](https://github.com/apache/datafusion-python) has paid off 
as we were able to use a lot of their `build.yml` where the complexity came in 
was building for many linux and figuring out how to add a protobuf compiler 
into those cross comp docker images.    Ultimately, it meant downloading and 
executing a release build of protoc.
   
   It should address another of the items in the #2 checklist
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to