As part of https://groups.google.com/d/topic/golang-nuts/VM4wfgo0ues/discussion
I have started to worry that we are not testing tip with cgo disabled
enough. For reasons spanning personal preference to some inexplicable
decisions by the OSX/homebrew folks, disabling cgo is a lot more
common that our selection of dashboard builders gives us visibility.
I think we only need one builder per major GOOS to be running without
cgo, but every permutation would be preferable. The former could be
solved just by picking a sacrificial builder, the latter probably by
extending the build key to include -cgo, eg,
linux-amd64-cgo{,-lastname}.
What is the general feeling about this ? Is CGO_ENABLED=0 under tested
at the moment ?
Cheers
Dave
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.