Open iory opened 2 years ago
This PR allows the environment variable LC_ALL to be passed during catkin build. Some python library requires LC_ALL to be set. This issue occurs when installing a python library with catkin virtualenv and when installing dependent libraries from some. This PR fix test for the following PRs. https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/326 https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/337
Thank you for your comment. I merged the test commit and passthrough the LC_ALL variable to docker.
What is this?
This PR allows the environment variable LC_ALL to be passed during catkin build. Some python library requires LC_ALL to be set. This issue occurs when installing a python library with catkin virtualenv and when installing dependent libraries from some. This PR fix test for the following PRs. https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/326 https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/337