You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked 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
N/A
Environment info
N/A
The text was updated successfully, but these errors were encountered:
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 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
The text was updated successfully, but these errors were encountered: