James
James
> My use case is CI pipelines, I tried to use this command to save conan cache and then transfer it between jobs The recommendation is to use the ``--list``...
At the light of other requests such as https://github.com/conan-io/conan/issues/18255, we are considering the possibility to add a Conan extension plugin that would allow users to define their own compression and...
But I think that ``0`` is a valid value, that results in only "tarring", but without any compression at all, did you try that?
Hi @bukulin Thanks for your question. It is indeed a good observation. The ``conan graph build-order`` provides the complete information of all the different profiles combinations that leads to a...
Thanks for the clarifications, that helped. I think you might be right, there might be an issue in the merging of build-orders. I'll try to reproduce with a test to...
You were right, I had forgotten how it was implemented. At the moment the merged build order for 1 ``package_id``, even if there are multiple ``filenames`` to represent the different...
> If I understand you correctly it is safe to do the builds with the first "filename". More precisely this is the correct way. yes, exactly, this is the correct...
Doing https://github.com/conan-io/docs/pull/4116 PR to the docs for clarifying this.
Closed by documentation PR https://github.com/conan-io/docs/pull/4116, this docs will be in 2.18 release. Thanks again for your feedback!
[bug] `conf_info` set by build context package not set by Conan during installation of host packages
Hi @tttapa Thanks for your feedback. I have verified that this test works: ```python def test_issue(): # https://github.com/conan-io/conan/issues/18008 c = TestClient() toolchain = textwrap.dedent(""" from conan import ConanFile class Pkg(ConanFile):...