Skip to content

Commit 11b0ff4

Browse files
authored
Add support for Iron Irwini (#319)
Co-authored-by: Sam Privett <[email protected]>
1 parent a5e90da commit 11b0ff4

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ jobs:
1717
matrix:
1818
ros_distribution:
1919
- humble
20+
- iron
2021
- rolling
2122
include:
2223
# Humble Hawksbill (May 2022 - May 2027)
2324
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
2425
ros_distribution: humble
2526
ros_version: 2
27+
# Iron Irwini (May 2023 - November 2024)
28+
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
29+
ros_distribution: iron
30+
ros_version: 2
2631
# Rolling Ridley (June 2020 - Present)
2732
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
2833
ros_distribution: rolling
@@ -69,7 +74,7 @@ jobs:
6974
7075
- name: Build and test
7176
id: build
72-
uses: ros-tooling/action-ros-ci@v0.2
77+
uses: ros-tooling/action-ros-ci@v0.3
7378
with:
7479
package-name: ${{ steps.list_packages.outputs.package_list }}
7580
target-ros2-distro: ${{ matrix.ros_distribution }}

ros2_rust_iron.repos

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
repositories:
2+
ros2/common_interfaces:
3+
type: git
4+
url: https://github.com/ros2/common_interfaces.git
5+
version: iron
6+
ros2/example_interfaces:
7+
type: git
8+
url: https://github.com/ros2/example_interfaces.git
9+
version: iron
10+
ros2/rcl_interfaces:
11+
type: git
12+
url: https://github.com/ros2/rcl_interfaces.git
13+
version: iron
14+
ros2/test_interface_files:
15+
type: git
16+
url: https://github.com/ros2/test_interface_files.git
17+
version: iron
18+
ros2/rosidl_core:
19+
type: git
20+
url: https://github.com/ros2/rosidl_core.git
21+
version: iron
22+
ros2/rosidl_defaults:
23+
type: git
24+
url: https://github.com/ros2/rosidl_defaults.git
25+
version: iron
26+
ros2/unique_identifier_msgs:
27+
type: git
28+
url: https://github.com/ros2/unique_identifier_msgs.git
29+
version: iron

0 commit comments

Comments
 (0)