summaryrefslogtreecommitdiffhomepage
path: root/pull-toolchain.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-02-09pull-toolchain.sh: don't run update-flake.shDavid Anderson1-2/+1
We no longer carry an SRI hash for the toolchain, so flake updating is no longer needed for toolchain changes. Signed-off-by: David Anderson <danderson@tailscale.com>
2023-02-02go.toolchain.rev: use new statically built toolchainDavid Anderson1-1/+1
Also removes the toolchain builds from flake.nix. For now the flake build uses upstream Go 1.20, a followup change will switch it back to our custom toolchain. Updates tailscale/corp#9005 Signed-off-by: David Anderson <danderson@tailscale.com>
2022-12-24update-flake.sh: tooling to keep Nix SRI hashes in sync.David Anderson1-1/+2
Also fixes the Go toolchain SRI hash from a7f05c6bb0fed3f060435f0828625f705839d56d, it turns out I initialized the file with an SRI hash for an older toolchain version, and because of the unique way fixed-output derivations work in nix, nix didn't tell me about the mismatch because it just cache-hit on the older toolchain and moved on. Sigh. Updates #6845. Signed-off-by: David Anderson <danderson@tailscale.com>
2022-01-10go.toolchain.rev: add update scriptJosh Bleecher Snyder1-0/+16
Also go.toolchain.branch. Both migrated from the corp repo. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>