ros2 / ci

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

Assume pre-configured environment variables instead of setup script for Connext #651

Open nuclearsandwich opened 2 years ago

nuclearsandwich commented 2 years ago

@clalancette reported these warnings showing up in the Windows builds:

WW> Asked to use Connext but the RTI env was not found at 'C:\Program Files\rti_connext_dds-5.3.1\resource\scripts\rtisetenv_x64Win64VS2017.bat'

The ROS 2 cookbook is setting environment variables used by rti_connext_dds_cmake_module and test_security. The Windows setup should check that those are set rather than overriding them with files found on the host.

nuclearsandwich commented 2 years ago

Rolling Build Status Foxy Build Status Galactic Build Status