-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: print some not-defaults arch-env #67565
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
base: master
Are you sure you want to change the base?
Conversation
Default values for GOARM were not fixed. Since its default value is obtained in cmd/dist.xgetgoarm, Dependent variable Settings are too complicated, Copying is difficult to guarantee semantic equivalence. For golang#67492 Change-Id: Ib8c7ed52fcc4bfae39577cb851e306180a6ab1c3
This PR (HEAD: f548c8c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587177. Important tips:
|
Message from qiu laidongfeng2: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-23T19:16:55Z","revision":"6c752013f5ecfc068706939163bf10ebdce1c509"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Message from qiu laidongfeng2: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Message from Michael Matloob: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Message from Michael Matloob: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Message from Cherry Mui: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/587177. |
Default values for GOARM were not fixed.
Since its default value is obtained in cmd/dist.xgetgoarm,
Dependent variable Settings are too complicated,
Copying is difficult to guarantee semantic equivalence.
Arch-env default value documentation in https://go.dev/wiki/MinimumRequirements#architectures.
For #67492