Skip to content

2b494987ff3c1a6a26e10570c490394ff0a77aa4

Pre-release
Pre-release
Compare
Choose a tag to compare
.github/workflows: build Go with CGO_ENABLED=""

Build with CGO_ENABLED="" to match how upstream (golang.org/x/build/cmd/gorebuild)
makes the official Go releases. Our go/build/zcgo.go had CGO_ENABLED="0" vs
upstream's "".

See c1d3e9e81461bf43e010bd5f79315b715ed68023 for some background. That revert
didn't work by itself.

Updates tailscale/go#52

Signed-off-by: Brad Fitzpatrick <[email protected]>