Exclude other RMW from Github CI build (#168)
Since #145, the CI build of rmw_cyclonedds_cpp has been failing on Windows due to inadvertently injecting fastrtps into the build process. fastrtps fails to build (https://github.com/eProsima/Fast-RTPS/issues/1173) causing the CI to fail. There doesn't seem to be a better way to suppress this in action-ros-ci https://github.com/ros-tooling/action-ros-ci/issues/177 Fixes #164
This commit is contained in:
parent
3c306d32a6
commit
3397c95095
2 changed files with 16 additions and 3 deletions
11
.github/resources/suppress_other_rmw.repos
vendored
Normal file
11
.github/resources/suppress_other_rmw.repos
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
definitions:
|
||||
- &empty_repo
|
||||
type: zip
|
||||
url: data:application/zip;base64,UEsFBgAAAAAAAAAAAAAAAAAAAAAAAA==
|
||||
|
||||
repositories:
|
||||
ros2/rosidl_typesupport_connext/COLCON_IGNORE: *empty_repo
|
||||
ros2/rmw_connext/COLCON_IGNORE: *empty_repo
|
||||
|
||||
ros2/rosidl_typesupport_fastrtps/COLCON_IGNORE: *empty_repo
|
||||
ros2/rmw_fastrtps/COLCON_IGNORE: *empty_repo
|
Loading…
Add table
Add a link
Reference in a new issue