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
David Anderson df3996cae3 tool/gocross: bootstrap correctly on an older toolchain
Sometimes, our cached toolchain ends up being an older version of
Go, older than our go.mod allows. In that scenario, gocross-wrapper.sh
would find a usable toolchain, but then fail to compile gocross.

This change makes the wrapper script check that the cached toolchain's
minor version is good enough to build tailscale.com, and re-bootstraps
in shell if not.

Signed-off-by: David Anderson <danderson@tailscale.com>
2 years ago
..
gocross tool/gocross: bootstrap correctly on an older toolchain 2 years ago
binaryen.rev go.toolchain.rev: update to Go 1.20rc3 2 years ago
go tool/gocross: a tool for building Tailscale binaries 2 years ago
node.rev cmd/tsconnect: pin yarn and node 2 years ago
wasm-opt cmd/tsconnect: run wasm-opt on the generated wasm file 2 years ago
yarn .github/workflows: add tsconnect static build to wasm GitHub action 2 years ago
yarn.rev cmd/tsconnect: pin yarn and node 2 years ago