Add RISC-V Host Support#1260
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1260 +/- ##
=======================================
Coverage 82.35% 82.35%
=======================================
Files 48 48
Lines 5113 5113
=======================================
Hits 4211 4211
Misses 700 700
Partials 202 202 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@akifejaz The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s , github actions run failed. |
yes, it is waiting for self-hosted machine. We need RISC-V machine for this and I've proposed to use the native RISC-V machine from Cloud-V which is official RISC-V Lab partner. For this I would like owners of this repo. to register the runner by filling this form here. You can get the Token by going to Please let me know if you face any issue registering. |
TL;DR
Add RISC-V native build and release CI files.
Tested on Milk-V Pioneer Box. Logs are available here.
Details
As this tool is written in go which is already ported on RISC-V so, I had no issue compiling this natively for RISC-V. I've added the build and release CI files in this PR, which I tested on Milk-V Pioneer Box.
Please review the build logs here
I'm using GitHub CI Runner from Cloud-V, please see the registration page here.
Notes
I'm Akif from @10xEngineers working as part of official RISC-V Lab Partner (Cloud-V). I'm mainly working on increasing the SW support for RISC-V and with that intention I'm creating this PR, hoping to get this merged and have release from aliyun for RISC-V too.