cmd/api: fallback to context-free definitions fails for cgo targets #54657
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
In https://go-review.googlesource.com/c/go/+/421879/13/api/next/46731.txt, we needed to list:
in the api/next file. This is because if the file instead contains just the last line, cmd/api complains:
But shouldn't the goos-goarch-cgo targets fall back to the context-free definition? Why isn't that working here?
The text was updated successfully, but these errors were encountered: