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
For a conanfile.py that has package_type="build-scripts" - conan create . does not generate a package, but still reports success.
conan create . --build-require does work correctly and generate the package. Indeed, build-scripts are intended to be used only as build-time requirements, but it is still counter-intuitive that a create command results in no action.
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
What is your question?
For a
conanfile.py
that haspackage_type="build-scripts"
-conan create .
does not generate a package, but still reports success.conan create . --build-require
does work correctly and generate the package. Indeed,build-scripts
are intended to be used only as build-time requirements, but it is still counter-intuitive that acreate
command results in no action.Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: