-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: gomote run
arguments are subtle and tedious
#53957
Comments
Thanks for filing this, this is on my radar and I plan to resolve it. |
I think https://go.dev/cl/367896 will be necessary (but perhaps not sufficient) to get to a state that works more like the native |
Change https://go.dev/cl/367896 mentions this issue: |
Thanks @bcmills! I suspect your CL is indeed sufficient. I could've sworn I saw an empty |
For golang/go#53957. Updates golang/go#33598. Change-Id: Ie2c47dc0dfd82614b70c983f11462b70bd0703d2 Reviewed-on: https://go-review.googlesource.com/c/build/+/367896 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Bryan Mills <[email protected]>
Tested with the new coordinator and buildlet versions, and it works as expected:
gomote legacy
|
Seems to be fixed, then? (Closing, but please reopen if this still reproduces.) |
What version of Go are you using (
go version
)?~$ go version -m $(which gomote)
What did you do?
What did you expect to see?
The output of the
pwd
ordir
command.What did you see instead?
On Linux, commands typically only work if they are given by absolute path, even if the command would be available in the
$PATH
normally available on the builder (compare #32430):On Windows, commands seem to require not only the absolute path, but also the magic
-system
flag, and the failure mode without it is incredibly misleading:The text was updated successfully, but these errors were encountered: