ros2 / ci

ROS 2 CI Infrastructure
http://ci.ros2.org/
Apache License 2.0
48 stars 30 forks source link

Set LD_LIBRARY_PATH so Connext can find OpenSSL #647

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

I'm not really sure what's supposed to be responsible for allowing Connext to find its custom OpenSSL libraries, but this seems to do the trick.

Note that sudo didn't seem to pass LD_LIBRARY_PATH through with -E, so I set it explicitly.

I'm not convinced that this is the best solution to this issue, but hopefully it can be used to guide us to a better one.

Before: Build Status After: Build Status