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 87f00d76c4 tool/gocross: treat empty GOOS/GOARCH as native GOOS/GOARCH
Tracking down the side effect can otherwise be a pain, for example on
Darwin an empty GOOS resulted in CGO being implicitly disabled. The user
intended for `export GOOS=` to act like unset, and while this is a
misunderstanding, the main toolchain would treat it this way.

Fixes tailscale/corp#20059

Signed-off-by: James Tucker <james@tailscale.com>
1 month ago
..
autoflags.go tool/gocross: treat empty GOOS/GOARCH as native GOOS/GOARCH 1 month ago
autoflags_test.go tool/gocross: treat empty GOOS/GOARCH as native GOOS/GOARCH 1 month ago
env.go tool/gocross: a tool for building Tailscale binaries 1 year ago
env_test.go tool/gocross: a tool for building Tailscale binaries 1 year ago
exec_other.go tool/gocross: a tool for building Tailscale binaries 1 year ago
exec_unix.go tool/gocross: a tool for building Tailscale binaries 1 year ago
gocross-wrapper.sh ci: report test coverage to coveralls.io 7 months ago
gocross.go various: add golangci-lint, fix issues (#7905) 1 year ago
goroot.go all: cleanup unused code, part 1 (#10661) 6 months ago
toolchain.go tool/gocross: support running from outside the repo dir 1 year ago