-
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
x/build/cmd/gomote: default SSH environment is still not usable on Windows #56015
Comments
(CC @ianlancetaylor @mknyszek from #32430) |
The
Note that That comes from here: |
Change https://go.dev/cl/437817 mentions this issue: |
https://go.dev/cl/437817 is necessary and perhaps sufficient to fix this. (I'll double-check once a coordinator is deployed with that fix.) |
…dows For golang/go#56015. Change-Id: Ic16f9b8e995424f50fda6921228a75683f91f8ff Reviewed-on: https://go-review.googlesource.com/c/build/+/437817 Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
With the most recent coordinator push, it appears that:
From what I can tell, the problem is that these are set in I can think of a few possible solutions:
I don't plan to follow up on any of these myself at the moment, although approach (2) seems straightforward enough to be shovel-ready when someone gets the time. |
I believe these issues have been fixed. The |
What version of Go are you using (
go version
)?What did you do?
Use
gomote create
to create a Windows instance, thengomote putbootstrap
andgomote push
to populate it.Then, use
gomote ssh
to connect to it.What did you expect to see?
Since #32430 was closed, I expected to see an environment in which I could run
make.bat
without additional configuration.What did you see instead?
I still had to discover and set the correct values for
GOROOT_BOOTSTRAP
andPATH
manually, and even then I suspect that myPATH
may be missing some things.The text was updated successfully, but these errors were encountered: