-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/dist: linux/riscv64 listed as supported platform #28944
Comments
Milestoning as 1.13 since the riscv GOARCH was introduced the previous development cycle (1.11), so this It's not clear if |
See #27532 for the state of |
I suppose we could have another |
I discovered this when trying to compile things with go1.12beta1 This problem has broken these tests which use So fixing |
I decided to work around this problem by running |
Change https://golang.org/cl/155839 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, introduced in 1.11.
What operating system and processor architecture are you using (
go env
)?N/A
What did you do?
Ran
go tool dist list
What did you expect to see?
Only supported GOOS/GOARCH combinations listed.
What did you see instead?
linux/riscv64
listed even though it hasn't been fully implemented.Added in https://golang.org/cl/118618. Appears it may be needed for the development of the RISC-V port but it doesn't seem as though it should be included in
go tool dist list
since that's documented to "list all supported platforms".The text was updated successfully, but these errors were encountered: