conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
7.95k stars 951 forks source link

Ensure `core.` confs are available to `conan source` command #16558

Closed RubenRBS closed 3 days ago

RubenRBS commented 3 days ago

Changelog: Fix: Ensure core. confs are available to conan source command Docs: Omit

The current solution is a bit questionable, but I didn't want to make this argument part of the API for all the places needed to propagate this down - if we find that better than the current approach I'd be happy to change it :)

Closes https://github.com/conan-io/conan/issues/16555