You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @franramirez688, I was hoping that if I use scope=None in the source() method Conan won't default to build context. I'll create a separate issue to seek for assistance for the case I described.
It's not defaulting to build context, it's only supposing that the deduce_subsystem() function (and only for Windows) should use the build machine to deduce the subsystem if required. The rest is not using the build context at all.
Other changes are coming up to improve this flow because it's a bit confusing 😞
Describe the bug
When trying to use
EnvVars
class withscope=None
as described in the docs I get an errorwhich is thrown by the
deduce_subsystem()
function fromconans/client/subsystems.py
.Below is a code snippet from my
conanfile.py
. I'm trying to set GIT_LFS_SKIP_SMUDGE environment variable to skip LFS files when cloning git repo:How to reproduce it
No response
The text was updated successfully, but these errors were encountered: