79710208

Date: 2025-07-22 09:22:20
Score: 1.5
Natty:
Report link

I got a working answer to my question on the conan github.

As my package is a build-scripts package, it does not listen to the host context. So, I need to use `-c:b` to pass my option to the build context, like this:

conan create . -c:b tools.build:skip_test=False -tf=""
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: arapelle