Skip to content

josh-stoddard-tanium/conan-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal repro of env_info pollution of build dependencies in cross-compilation.

To reproduce:

WARNING: THIS WILL OVERWRITE YOUR EXISTING SETTINGS.YML

  • conan config install .
  • conan export ./MyInstaller test/test
  • conan export ./MyTool test/test
  • conan create ./MyLib test/test --profile:build ./build --profile:host ./host --build

In conan 1.26.0, observe the following result:

ERROR: MyTool/1.0@test/test: Error in build() method, line 17
        raise tools.ConanException("MyInstaller requirement is being applied to %s in profile %s" % (self.name, self.settings.context))
        ConanException: MyInstaller requirement is being applied to MyTool in profile 'build'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages