Skip to content
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

RISC-V Support #9489

Closed
IngwiePhoenix opened this issue Feb 14, 2024 · 2 comments
Closed

RISC-V Support #9489

IngwiePhoenix opened this issue Feb 14, 2024 · 2 comments

Comments

@IngwiePhoenix
Copy link

Is your feature request related to a problem? Please describe.
I wanted to build k3s from source, but even just the make download step fatally fails - dapper has no idea what riscv64 is :)

Describe the solution you'd like
I would like to see an elongated version of the build system that allows an "egg to chicken" pipeline; since there are a lot of things not built for riscv64 yet, I need to build those first, before the normal build. Having this build in would be neat.

Describe alternatives you've considered
A list of what I need to get/build before even attempting a build.

Additional context
I have a VisionFive2 with a JH7110 RISC-V CPU and I have finally gotten Podman to work successfuly (conmon, crun). Now, I have a lot of other devices in my network (NanoPi R6s, Radxa RockPi 5B, RockPro64) and a remote VPS with 4 vCores of an ARM cpu (I bet it's an Ampere, but Hetzner didn't list it precisely, lol) and I would like to utilize all this compute to the max. That said, I still have to figure out how to properly define all the nodes and whatnot, but before I can worry about that, I need a running instance of k3s.

And, this is why I am here - looking to build k3s for RISC-V. ^^

Kind regards,
Ingwie

@IngwiePhoenix
Copy link
Author

I forgot, this is what I got when attempting a build:

root@riscboi ~/w/k3s ((v1.29.1+k3s2)) [1]# mkdir -p build/data && make download && make generate
Downloading dapper
./.dapper.tmp: 1: Syntax error: redirection unexpected
make: *** [Makefile:9: .dapper] Error 2
root@riscboi ~/w/k3s ((v1.29.1+k3s2)) [2]# head -n 1 .dapper.tmp
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message></Error>⏎

@brandond
Copy link
Contributor

Duplicate of #7151

@brandond brandond marked this as a duplicate of #7151 Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done Issue
Development

No branches or pull requests

2 participants