-
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
cmd/go: working directory affects binaries even with -trimpath [1.13 backport] #34326
Labels
Milestone
Comments
Approving. This was documented as a feature in 1.13, and does not work without this fix. |
Change https://golang.org/cl/198259 mentions this issue: |
Closed by merging 8c8a881 to release-branch.go1.13. |
gopherbot
pushed a commit
that referenced
this issue
Oct 1, 2019
…y when -trimpath is set The '-trimpath' flag tells 'go build' to trim any paths from the output files that are tied to the current workspace or toolchain. When this flag is set, we do not need to include the package directory in the text hashed to construct the action ID for each package. Updates #33772 Fixes #34326 Change-Id: I20b902d2f58019709b15864ca79aa0d9255ae707 Reviewed-on: https://go-review.googlesource.com/c/go/+/195318 Run-TryBot: Jay Conrod <jayconrod@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> (cherry picked from commit aa680c0) Reviewed-on: https://go-review.googlesource.com/c/go/+/198259 Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com>
tjanez
added a commit
to oasisprotocol/oasis-core
that referenced
this issue
Dec 13, 2019
The fix for golang/go#33772 has been backported to Go 1.13 (golang/go#34326) and is included in the Go 1.13.4 release.
tjanez
added a commit
to oasisprotocol/oasis-core
that referenced
this issue
Dec 16, 2019
The fix for golang/go#33772 has been backported to Go 1.13 (golang/go#34326) and is included in the Go 1.13.4 release.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@FiloSottile requested issue #33772 to be considered for backport to the next 1.13 minor release.
The text was updated successfully, but these errors were encountered: