Closed AbrilRBS closed 4 months ago
Closing as solved, the issue arose in an old Conan version. The global conf is properly propagated to the tool helpers via the conan_helper mechanisim, it's just that the conanfile's conf which does not get it, which we think is "a feature not a bug" :)
Describe the bug
While helping @ErniGH with an issue while trying to fetch glib's source with
conan source
, we noticed that the command was not respecting thecore.sources:download_cache
conf.In fact, https://github.com/conan-io/conan/blob/develop2/conan/api/subapi/local.py#L78 comment is a lie, because only
tool
anduser
confs are propagated when eventually callingrebase_conf_definition
in the newly created profile.I'm not sure then how this has ever worked 🤔
How to reproduce it
This test currently fails