You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
RISC-V compilation is not supported, even though a minor change can unblock it. So, I'd make it a bug report, rather than a feature request.
To Reproduce
Steps to reproduce the behavior:
Download the official Golang toolchain for RISC-V
Set GOROOT_BOOTSTRAP to this go toolchain, e.g., $HOME/go
Describe the bug
RISC-V compilation is not supported, even though a minor change can unblock it. So, I'd make it a bug report, rather than a feature request.
To Reproduce
Steps to reproduce the behavior:
GOROOT_BOOTSTRAP
to this go toolchain, e.g.,$HOME/go
GOPATH
to the compiled cloudflare-flavored go, e.g.,/tmp/go
make cloudflared
This system's architecture riscv64 isn't supported
from herecloudflared/Makefile
Line 78 in 1f3e304
Expected behavior
Compiling from source for RISC-V machines is supported.
Environment and versions
Simple Fix
I just appended two lines
Then everything went smoothly and the compiled
cloudflared
worked great.If you are willing to accept a PR, I can make one in no time.
The text was updated successfully, but these errors were encountered: