jsk-ros-pkg / jsk_travis

11 stars 23 forks source link

Add LC_ALL variable to action.yml #440

Open iory opened 2 years ago

iory commented 2 years ago

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

iory commented 2 years ago

Thank you for your comment. I merged the test commit and passthrough the LC_ALL variable to docker.