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

x/build/internal/releasetargets: distribute official binaries for linux/riscv64 #52644

Closed
colemickens opened this issue May 2, 2022 · 3 comments
Labels
arch-riscv Issues solely affecting the riscv64 architecture. Builders x/build issues (builders, bots, dashboards) FeatureRequest NeedsFix The path to resolution is known, but the work has not been done. OS-Linux
Milestone

Comments

@colemickens
Copy link

What version of Go are you using (go version)?

1.18

(I got stressed out between the 6 bug templates and 6 external communities to discuss Go topics so here goes nothing.)

The only tracking issues I can find for riscv64 seem to be closed:

However, https://go.dev/dl/?mode=json&include=all does not include a bootstrap for GOOS=linux GOARCH=riscv64.

NixOS and nixpkgs currently use this json and the pre-built bootstraps for some/most Go packaging support, so this would likely help us get riscv64 support going a bit further.

Alternatively, maybe there's an unofficial builder out there producing builds that I could at least experiment with?

Thanks!

@dr2chase dr2chase added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 3, 2022
@dr2chase dr2chase changed the title ask: publish riscv64-linux bootstrap to go.dev/dl/ x/build/cmd/releasebot: distribute official binaries for riscv64-linux May 3, 2022
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 3, 2022
@gopherbot gopherbot added this to the Unreleased milestone May 3, 2022
@mengzhuo
Copy link
Contributor

@golang/release

@mengzhuo mengzhuo added the arch-riscv Issues solely affecting the riscv64 architecture. label May 16, 2022
@dmitshur dmitshur changed the title x/build/cmd/releasebot: distribute official binaries for riscv64-linux x/build/internal/releasetargets: distribute official binaries for riscv64-linux Aug 3, 2022
@dmitshur dmitshur changed the title x/build/internal/releasetargets: distribute official binaries for riscv64-linux x/build/internal/releasetargets: distribute official binaries for linux/riscv64 Aug 3, 2022
@gopherbot
Copy link

Change https://go.dev/cl/481477 mentions this issue: internal/releasetargets: add linux-riscv64 as a release target

@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jun 21, 2023
@dmitshur
Copy link
Contributor

This is done as part of #53862.

Binary releases for the linux/riscv64 port will be available starting with Go 1.21.
For example, see go1.21rc2.linux-riscv64.tar.gz at https://go.dev/dl/#go1.21rc2.

(It happens to also be the port visible in the image at https://twitter.com/golang/status/1671582916567080962.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-riscv Issues solely affecting the riscv64 architecture. Builders x/build issues (builders, bots, dashboards) FeatureRequest NeedsFix The path to resolution is known, but the work has not been done. OS-Linux
Projects
None yet
Development

No branches or pull requests

5 participants