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/mips64le #42133

Closed
XiaodongLoong opened this issue Oct 22, 2020 · 3 comments
Labels
arch-mips 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

@XiaodongLoong
Copy link
Contributor

I want to install golang on linux/mips64le platform, there is no tar ball avaliable:
url: https://storage.googleapis.com/golang/go1.15.3.linux-mips64le.tar.gz
http response:

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Details>
No such object: golang/go1.15.3.linux-mips64le.tar.gz
</Details>
</Error>

But it support download on linux/amd64 linux/armv6l linux/arm64 linux/386 linux/ppc64le linux/s390x.
https://github.com/docker-library/golang/blob/0efc93637bf9773fcf3d3557a3012f6124a50d87/1.15/buster/Dockerfile

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

$ go version
1.15.3

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

What did you do?

What did you expect to see?

There is a binary tar ball, and I can install golang on linux/mips64le platform.

What did you see instead?

@cagedmantis cagedmantis changed the title golang does not support linux/mips64le binary download (https://storage.googleapis.com/golang/go1.15.3.linux-{arch}.tar.gz) x/build: dl.golang.org does not provide linux/mips64le install packages Oct 22, 2020
@cagedmantis cagedmantis added the Builders x/build issues (builders, bots, dashboards) label Oct 22, 2020
@gopherbot gopherbot added this to the Unreleased milestone Oct 22, 2020
@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 22, 2020
@cagedmantis cagedmantis modified the milestones: Unreleased, Backlog Oct 22, 2020
@cagedmantis
Copy link
Contributor

/cc @golang/release

@dmitshur dmitshur changed the title x/build: dl.golang.org does not provide linux/mips64le install packages x/build/cmd/releasebot: distribute official binaries for linux/mips64le Oct 22, 2020
@dmitshur dmitshur added OS-Linux NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Oct 22, 2020
@mengzhuo
Copy link
Contributor

FYI
#35593

@dmitshur dmitshur changed the title x/build/cmd/releasebot: distribute official binaries for linux/mips64le x/build/internal/releasetargets: distribute official binaries for linux/mips64le Aug 3, 2022
@dmitshur dmitshur modified the milestones: Backlog, Unreleased Aug 3, 2022
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. labels Jun 21, 2023
@dmitshur
Copy link
Contributor

This is done as part of #53862.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-mips 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