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>
5 months ago
..
autoflags.go tool/gocross: force use of our custom toolchain 5 months ago
autoflags_test.go tool/gocross: force use of our custom toolchain 5 months 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 6 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