Solution to issue cannot be found in the documentation.
Issue
I am currently migrating feedstocks I maintain to rattler-build recipes and have noticed that conda-smithy reports a linting error that a recipe with compiler('go-nocgo') needs stdlib('c'). However I believe this is incorrect because pure Go recipes do not use the C standard library at all. This in contrast to compiler('go-cgo') which does use the standard C library. So I think we need an exception for the lint for stdlib('c') to skip compiler('go-nocgo').
Installed packages
Environment info
Solution to issue cannot be found in the documentation.
Issue
I am currently migrating feedstocks I maintain to rattler-build recipes and have noticed that
conda-smithyreports a linting error that a recipe withcompiler('go-nocgo')needsstdlib('c'). However I believe this is incorrect because pure Go recipes do not use the C standard library at all. This in contrast tocompiler('go-cgo')which does use the standard C library. So I think we need an exception for the lint forstdlib('c')to skipcompiler('go-nocgo').Installed packages
Environment info