Skip to content

Commit 0ed18fc

Browse files
authored
Add humble to CI (#177)
* Add humble to CI * Add missing humble repos file based on rolling repos file Signed-off-by: Evan Flynn <[email protected]>
1 parent de304cb commit 0ed18fc

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ros_distribution:
1717
- foxy
1818
- galactic
19-
# - humble
19+
- humble
2020
- rolling
2121
include:
2222
# Foxy Fitzroy (June 2020 - May 2023)
@@ -28,9 +28,9 @@ jobs:
2828
ros_distribution: galactic
2929
ros_version: 2
3030
# Humble Hawksbill (May 2022 - May 2027)
31-
# - docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
32-
# ros_distribution: humble
33-
# ros_version: 2
31+
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
32+
ros_distribution: humble
33+
ros_version: 2
3434
# Rolling Ridley (June 2020 - Present)
3535
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
3636
ros_distribution: rolling

ros2_rust_humble.repos

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
repositories:
2+
ros2/common_interfaces:
3+
type: git
4+
url: https://github.com/ros2/common_interfaces.git
5+
version: humble
6+
ros2/rcl_interfaces:
7+
type: git
8+
url: https://github.com/ros2/rcl_interfaces.git
9+
version: humble
10+
ros2/test_interface_files:
11+
type: git
12+
url: https://github.com/ros2/test_interface_files.git
13+
version: humble
14+
ros2/rosidl_defaults:
15+
type: git
16+
url: https://github.com/ros2/rosidl_defaults.git
17+
version: humble

0 commit comments

Comments
 (0)