-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugSomething isn't workingSomething isn't workingc-launcherRelated to component: cloe-launchRelated to component: cloe-launch
Description
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
class CloeLaunchProfile(ConanFile):
python_requires = "cloe-launch-profile/[>=0.20.0]@cloe/develop"
python_requires_extend = "cloe-launch-profile.Base"
are not exporting LD_LIBRARY_PATH
variables.
This is not by design.
Reproduce:
- Ensure all packages are available.
- Ensure that
cloe-launch -vv shell tests/conanfile_*.py
works for any particular test.
That is,LD_LIBRARY_PATH
is in the exported environment. - Exit environment
- Remove the python requires lines from the test profile.
- Check that repeat run
cloe-launch
does not exportLD_LIBRARY_PATH
variable.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingc-launcherRelated to component: cloe-launchRelated to component: cloe-launch