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 66621ab38e tool/gocross: embed the version explicitly with linker flags
We need to build gocross from multiple repos, but Go's innate
git hash embedding only works when you build gocross from this repo,
not when you build it from elsewhere via 'go build
tailscale.com/tool/gocross'. Instead, explicitly embed the version
found with 'git rev-parse HEAD', which will work from any git repo.

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