You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tool/gocross
James Tucker 0d76d7d21c tool/gocross: remove trimpath from test builds
trimpath can be inconvenient for IDEs and LSPs that do not always
correctly handle module relative paths, and can also contribute to
caching bugs taking effect. We rarely have a real need for trimpath of
test produced binaries, so avoiding it should be a net win.

Updates #2988
Signed-off-by: James Tucker <james@tailscale.com>
3 days ago
..
autoflags.go
autoflags_test.go
env.go
env_test.go
exec_other.go
exec_unix.go
gocross-wrapper.sh
gocross.go
gocross_wrapper_test.go
goroot.go
toolchain.go