-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RISC-V 64-bit support and builds #1536
Conversation
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/ftl-risc-v-builds-support/61629/7 |
Signed-off-by: DL6ER <[email protected]>
@MichaIng |
@MichaIng You'll have to update the containers from |
Signed-off-by: MichaIng <[email protected]>
Ah, make sense. Now I see those |
Should be fixed in |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/pi-hole-ftl-v5-22-web-v5-19-and-core-v5-16-1-released/61999/1 |
Thank you for your contribution to the Pi-hole Community!
Please read the comments below to help us consider your Pull Request.
We are all volunteers and completing the process outlined will help us review your commits quicker.
Please make sure you
What does this PR aim to accomplish?:
Adds support for RISC-V 64-bit architecture and FTL builds to CI.
How does this PR accomplish the above?:
struct_size
detection according to RISC-V C API: https://github.com/riscv-non-isa/riscv-c-api-doc/blob/master/riscv-c-api.md#preprocessor-definitionsriscv64
Docker base image: Add RISC-V 64-bit container builds docker-base-images#63Tests/builds cannot be done since GitHub secrets are not available in actions from forks. Not sure how to unblock best.
Companion PRs:
Link documentation PRs if any are needed to support this PR:
By submitting this pull request, I confirm the following:
git rebase
)