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
fromconansimportConanFileclassPackage(ConanFile):
name="app"version="1.0.0"settings="os", "compiler", "build_type", "arch"defbuild_requirements(self):
# i want to use something from the grpc package during a cross compile build (which is why this is there) self.tool_requires("grpc/1.45.2@")
defrequirements(self):
self.requires("grpc/1.45.2@")
defbuild(self):
passdefpackage(self):
pass
I exported the recipe into the cache.
conan export.
I created a lockfile (see lockfile content below -> current version of conan center cannot be used due to conflicts).
The build and host configuration do not matter for now.
This yields me this file (recipes are self hosted and slightly patched, hence why revision is not officially available; center-index commit: 10b2fa5).
Notice that protobuf/3.20.0#a67a8047171b10c93a8e69da49dfa79e is entered twice for the "build" context.
Environment details
Steps to reproduce
Given a simplified package recipe:
I exported the recipe into the cache.
I created a lockfile (see lockfile content below -> current version of conan center cannot be used due to conflicts).
The build and host configuration do not matter for now.
This yields me this file (recipes are self hosted and slightly patched, hence why revision is not officially available; center-index commit: 10b2fa5).
Notice that protobuf/3.20.0#a67a8047171b10c93a8e69da49dfa79e is entered twice for the "build" context.
Logs
The text was updated successfully, but these errors were encountered: