ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
77 stars 95 forks source link

Ignore SIGINT on Windows. #1042

Open nuclearsandwich opened 2 months ago

nuclearsandwich commented 2 months ago

When running this script in Windows jenkins jobs it's receiving a SIGINT rather than SIGTERM.

You might be wondering, when does this ever run on Windows? Well at one point I was looking at using this under ros2/ci: https://github.com/ros2/ci/pull/374