We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d1c09 commit 733578cCopy full SHA for 733578c
1 file changed
.github/workflows/ci.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Download dependencies
20
run: |
21
git clone -b foxy https://github.com/eProsima/Micro-CDR src/Micro-CDR
22
- git clone -b foxy https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
+ git clone -b feature/brokerless_p2p https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
23
git clone -b foxy https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
24
touch src/rosidl_typesupport_microxrcedds/test/COLCON_IGNORE
25
26
- name: Build
27
- run: . /opt/ros/foxy/setup.sh && colcon build
+ run: . /opt/ros/foxy/setup.sh && colcon build --cmake-args -DUCLIENT_MAX_SESSION_CONNECTION_ATTEMPTS=1
28
29
- name: Test
30
0 commit comments