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 17eae5b0d3 tool/gocross: force use of our custom toolchain
The new 'toolchain' directive in go.mod can sometimes force
the use of an upstream toolchain against our wishes. Concurrently,
some of our dependencies have added the 'toolchain' directive, which
transitively adds it to our own go.mod. Force all uses of gocross to
ignore that directive and stick to our customized toolchain.

Updates #cleanup

Signed-off-by: David Anderson <danderson@tailscale.com>
2 years ago
..
autoflags.go tool/gocross: force use of our custom toolchain 2 years ago
autoflags_test.go tool/gocross: force use of our custom toolchain 2 years ago
env.go tool/gocross: a tool for building Tailscale binaries 3 years ago
env_test.go tool/gocross: a tool for building Tailscale binaries 3 years ago
exec_other.go tool/gocross: a tool for building Tailscale binaries 3 years ago
exec_unix.go tool/gocross: a tool for building Tailscale binaries 3 years ago
gocross-wrapper.sh ci: report test coverage to coveralls.io 2 years ago
gocross.go various: add golangci-lint, fix issues (#7905) 3 years ago
goroot.go all: cleanup unused code, part 1 (#10661) 2 years ago
toolchain.go tool/gocross: support running from outside the repo dir 3 years ago