Closed as not planned
Description
Cgo is unnecessary to build gopls (and probably some of other tools).
Disable cgo (CGO_ENABLED=0
), to avoid crashes (#3085, #3039, golang/go#63997) caused by misconfigured C toolchain.
Cgo is unnecessary to build gopls (and probably some of other tools).
Disable cgo (CGO_ENABLED=0
), to avoid crashes (#3085, #3039, golang/go#63997) caused by misconfigured C toolchain.