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>
10 months ago
..
autoflags.go tool/gocross: force use of our custom toolchain 10 months ago
autoflags_test.go tool/gocross: force use of our custom toolchain 10 months ago
env.go
env_test.go
exec_other.go
exec_unix.go
gocross-wrapper.sh ci: report test coverage to coveralls.io 12 months ago
gocross.go
goroot.go all: cleanup unused code, part 1 (#10661) 11 months ago
toolchain.go