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
The latest version of cloe-launch uses the Conan 2.0 compatible generator VirtualRunEnv.
Unfortunately, it looks like test conanfiles that don't specify these lines
The latest version of
cloe-launch
uses the Conan 2.0 compatible generatorVirtualRunEnv
.Unfortunately, it looks like test conanfiles that don't specify these lines
are not exporting
LD_LIBRARY_PATH
variables.This is not by design.
Reproduce:
cloe-launch -vv shell tests/conanfile_*.py
works for any particular test.That is,
LD_LIBRARY_PATH
is in the exported environment.cloe-launch
does not exportLD_LIBRARY_PATH
variable.The text was updated successfully, but these errors were encountered: