James
James
Hi @ibrawada Thanks for your question. The ``compatibility()`` defines a fallback configuration for the current package. That means, that in your case you have ``compiler.version=190`` in your profile. Conan will...
> Different from what is expected according to this [documentation](https://docs.conan.io/2/reference/conanfile/methods/compatibility.html#reference-conanfile-methods-compatibility). Something like the following: The documentation is kind of correct, but a bit poorly explained. They aim to be different...
> Regarding mixing Release and Debug libs on Windows. It might be considered a bad practice but it works. We constantly use 3rd party libs in Release while building own...
Hi @sangramjadhavbhtc Thanks for your report. > auth=("sangram.jadhav", "password") First, I'd like to start with a recommendation, even if the ``download()`` tool allows passing the ``auth``, try to use this...
> can we control the downloads? A specific person can download the file from a remote repo. (in my case bitbucket) using conan. With exactly the same credentials? It should...
> Along with conanfile, the source_credentials.json file is also added in the same folder. That files does not go in the same folder, it has to be in the Conan...
> No, I don't know how to add data directly to the cache. only exports_sources = is known to me. These are some useful resources to learn: - Learn all...
I am afraid the url is still wrong, it needs to include the protocol. Please check the examples in https://docs.conan.io/2/reference/config_files/source_credentials.html, they all include the protocol.
Hi @paulharris Do you provide a checksum for the ``get()`` call? Downloaded files will only be cached if they provide a checksum in the recipe, which is in any case...
I think it should be caching the conan internal .tgz files, and the users ones, only if they provide a checksum. It might be possible that it detects when there...