-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: place GOROOT/bin at the beginning of PATH in 'go run' #68040
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
Conversation
This causes programs that use 'go' as a subprocess to use the same go command as the parent 'go run' command. Fixes xxx
This PR (HEAD: 9308e93) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/593255. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
This PR (HEAD: 94cf294) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/593255. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
This PR (HEAD: 2a5c51c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/593255. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 4: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-06-18T16:28:50Z","revision":"3e7998742fd5c5c4629f6adb7d79e29c7e094edb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Mauri de Souza Meneguzzo: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Michael Matloob: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Change-Id: Id0b05a0fba73bf4debdc10b297133664b1977fce
This PR (HEAD: 9986537) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/593255. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 5: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-06-28T00:31:23Z","revision":"870a1c45b5a266785f3bd41f2655626d24507377"} Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Mauri de Souza Meneguzzo: Patch Set 5: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Go LUCI: Patch Set 5: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Michael Matloob: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Mauri de Souza Meneguzzo: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Michael Matloob: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Michael Matloob: Patch Set 5: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Michael Knyszek: Patch Set 5: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
Message from Mauri de Souza Meneguzzo: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/593255. |
This causes programs that use 'go' as a subprocess to use the same go command as the parent 'go run' command. Fixes #68005 Change-Id: I937cef474bf038a925bb74fc73e5f377b03e27b7 GitHub-Last-Rev: 9986537 GitHub-Pull-Request: #68040 Reviewed-on: https://go-review.googlesource.com/c/go/+/593255 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
This PR is being closed because golang.org/cl/593255 has been merged. |
This causes programs that use 'go' as a subprocess to use the same go
command as the parent 'go run' command.
Fixes #68005