x/build/cmd/release: go1.14 external linker warnings when macOS SDK versions diverge. #36900
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
release-blocker
Milestone
System linker warnings are logged when using cgo in go1.14 (as noted in #36025)
The issue occurs when:
There fix for this particular issue: Setting the CGO_CFLAGS environmental variable to "-mmacosx-version-min=10.11" eliminates the warnings on versions of macOS where the SDK is greater than 10.10.
The text was updated successfully, but these errors were encountered: