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
David Anderson d27a6e1c53 tool/gocross: fix incorrect relpath usage in bootstrap script
The subshell in which gocross gets built cd's to the corp checkout dir
near the top, so all future references to corp repository files should
be simple relative paths, and not reference $repo_root. When $repo_root
is an absolute path, it doesn't matter and everything works out, but on
some OSes and shells and invocations, $repo_root is a completely relative
path that is invalidated by the "cd".

Fixes tailscale/corp#11183

Signed-off-by: David Anderson <danderson@tailscale.com>
1 year ago
..
autoflags.go tool/gocross: add ts_macext build tag for Xcode builds 1 year ago
autoflags_test.go tool/gocross: add ts_macext build tag for Xcode builds 1 year ago
env.go
env_test.go
exec_other.go
exec_unix.go
gocross-wrapper.sh tool/gocross: fix incorrect relpath usage in bootstrap script 1 year ago
gocross.go various: add golangci-lint, fix issues (#7905) 1 year ago
goroot.go
toolchain.go