enh: add support for riscv64 architecture for taos-ws-py#389
enh: add support for riscv64 architecture for taos-ws-py#389guanshengliang merged 6 commits intomainfrom
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
Pull request overview
This PR updates the taos-ws-py GitHub Actions workflow to build and validate wheels for the riscv64 architecture as part of the existing Linux cross-build pipeline.
Changes:
- Add
riscv64to thelinux-crossbuild matrix and download its artifact in the release job. - Parameterize per-architecture Docker CFLAGS and runtime distro selection via matrix configuration.
- Bump
uraimo/run-on-arch-actionfromv2tov3.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ch determination" This reverts commit c6abffa.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #389 +/- ##
=======================================
Coverage 82.00% 82.00%
=======================================
Files 24 24
Lines 3717 3717
=======================================
Hits 3048 3048
Misses 669 669 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
enh: add support for riscv64 architecture for taos-ws-py
Issue(s)
Checklist
Please check the items in the checklist if applicable.