Skip to content

Commit a41f985

Browse files
committed
Update yarp-devices-ros2 conda-ci to support Jazzy
1 parent fdd6b81 commit a41f985

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/conda-ci.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,8 @@ jobs:
5959
strategy:
6060
matrix:
6161
build_type: [Release]
62-
ros_distro: [humble, iron, jazzy]
62+
ros_distro: [humble, jazzy]
6363
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019]
64-
exclude:
65-
# iron, jazzy non yet supported by conda:
66-
- ros_distro: iron
67-
- ros_distro: jazzy
68-
# incompatible combinations:
69-
- os: ubuntu-22.04
70-
ros_distro: jazzy
71-
- os: ubuntu-24.04
72-
ros_distro: iron
7364
fail-fast: false
7465

7566
steps:
@@ -85,7 +76,7 @@ jobs:
8576
# Compilation related dependencies
8677
conda install cmake compilers make ninja pkg-config
8778
# Actual dependencies
88-
conda install -c conda-forge -c robostack-staging ycm-cmake-modules eigen ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
79+
conda install -c conda-forge -c robostack-${{ matrix.ros_distro }} ycm-cmake-modules eigen ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
8980
9081
9182
- name: Download YARP [Linux&macOS]
@@ -222,7 +213,7 @@ jobs:
222213
conda install cmake compilers make ninja pkg-config
223214
# Actual dependencies
224215
sudo apt-get install -qq -y libc6-dbg
225-
conda install -c conda-forge -c robostack-staging ycm-cmake-modules eigen valgrind ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
216+
conda install -c conda-forge -c robostack-${{ matrix.ros_distro }} ycm-cmake-modules eigen valgrind ace ros-${{ matrix.ros_distro }}-ros-base ros-${{ matrix.ros_distro }}-test-msgs
226217
227218
- name: Download YARP [Linux&macOS]
228219
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)