Skip to content

Update additional recipes to use latest build_bumber and ros-distro-mutex version #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions additional_recipes/ros-jazzy-livox-ros-driver2/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
script: ${{ '$RECIPE_DIR/build_ament_cmake.sh' if unix else '%RECIPE_DIR%\\bld_ament_cmake.bat' }}
number: 6
number: 7
skip:
- not linux
post_process:
Expand Down Expand Up @@ -91,7 +91,7 @@ requirements:
- ros-jazzy-ros-workspace
- ros-jazzy-rosidl-default-generators
- ros-jazzy-sensor-msgs
- ros2-distro-mutex 0.8.* jazzy_*
- ros2-distro-mutex 0.9.* jazzy_*
- vtk-base
- if: linux
then:
Expand All @@ -111,7 +111,7 @@ requirements:
- ros-jazzy-rclcpp-components
- ros-jazzy-ros-workspace
- ros-jazzy-sensor-msgs
- ros2-distro-mutex 0.8.* jazzy_*
- ros2-distro-mutex 0.9.* jazzy_*
- vtk-base
- if: osx and x86_64
then:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-jazzy-octomap/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "1.10.0"

build:
number: 5
number: 7

requirements:
run:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-jazzy-urdfdom-headers/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "1.1.2"

build:
number: 5
number: 7

requirements:
run:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-jazzy-urdfdom-py/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "1.2.1"

build:
number: 5
number: 7

requirements:
run:
Expand Down
2 changes: 1 addition & 1 deletion additional_recipes/ros-jazzy-urdfdom/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: "4.0.1"

build:
number: 5
number: 7

requirements:
run:
Expand Down
Loading