Skip to content

Commit 51c280a

Browse files
committed
add noble test
1 parent 423d3c7 commit 51c280a

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
USE_SOURCE_SMACH_ROS: true
3535
DOCKER_IMAGE: ubuntu:22.04
3636
ROS_REPOSITORY_URL: https://raw.githubusercontent.com/k-okada/ros-o-builder/jammy-one-unstable/repository
37+
- ROS_DISTRO: one
38+
PYTHON_EXECUTABLE: python3
39+
USE_SOURCE_SMACH_ROS: true
40+
DOCKER_IMAGE: ubuntu:24.04
41+
ROS_REPOSITORY_URL: https://ros.packages.techfak.net
3742

3843
container:
3944
image: ${{ matrix.DOCKER_IMAGE }}
@@ -42,7 +47,7 @@ jobs:
4247

4348
steps:
4449
- name: Setup ROS-O deb repository
45-
if: ${{ matrix.DOCKER_IMAGE == 'ubuntu:22.04' }}
50+
if: ${{ matrix.DOCKER_IMAGE == 'ubuntu:22.04' or matrix.DOCKER_IMAGE == 'ubuntu:24.04' }}
4651
run: apt update -y -qq && apt install -y -qq sudo
4752

4853
- name: Update apt packages
@@ -68,7 +73,7 @@ jobs:
6873
apt install -qq -y ca-certificates
6974
echo "deb [trusted=yes] ${{ matrix.ROS_REPOSITORY_URL }}/ ./" | tee /etc/apt/sources.list.d/ros-o-builder.list
7075
apt update
71-
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -qq -y python3-rosdep2
76+
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -qq -y python3-rosdep
7277
echo "yaml ${{ matrix.ROS_REPOSITORY_URL }}/local.yaml debian" | tee /etc/ros/rosdep/sources.list.d/1-ros-o-builder.list
7378
rosdep update
7479
#

0 commit comments

Comments
 (0)