Skip to content

Commit 112d52e

Browse files
authored
Add rmw_zenoh_pico to emscripten builds
1 parent e7478d4 commit 112d52e

7 files changed

+14
-0
lines changed

rosdistro_additional_recipes.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file is used to add additional recipes to the ROS 2 distribution, not contained in the
2+
# upstream rosdistro. Differently from rosdistro_snapshot.yaml, this file is not
3+
# automatically generated, but manually maintained.
4+
:
5+
tag: 1.3.1
6+
url: https://github.com/esol-community/rmw_zenoh_pico.git
7+
version: 1.3.1

vinca_emscripten32.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ packages_select_by_deps:
8585
- rosidl_typesupport_introspection_cpp
8686
- yaml_cpp_vendor
8787
- osrf_testing_tools_cpp
88+
- rmw_zenoh_pico
8889

8990
patch_dir: patch
9091

92+
rosdistro_additional_recipes: rosdistro_additional_recipes.yaml

vinca_linux_64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,3 +633,4 @@ packages_select_by_deps:
633633

634634
patch_dir: patch
635635
rosdistro_snapshot: rosdistro_snapshot.yaml
636+
rosdistro_additional_recipes: rosdistro_additional_recipes.yaml

vinca_linux_aarch64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,3 +488,4 @@ packages_select_by_deps:
488488

489489
patch_dir: patch
490490
rosdistro_snapshot: rosdistro_snapshot.yaml
491+
rosdistro_additional_recipes: rosdistro_additional_recipes.yaml

vinca_osx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,4 @@ packages_select_by_deps:
203203
- topic_tools
204204
patch_dir: patch
205205
rosdistro_snapshot: rosdistro_snapshot.yaml
206+
rosdistro_additional_recipes: rosdistro_additional_recipes.yaml

vinca_osx_arm64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,4 @@ packages_select_by_deps:
206206

207207
patch_dir: patch
208208
rosdistro_snapshot: rosdistro_snapshot.yaml
209+
rosdistro_additional_recipes: rosdistro_additional_recipes.yaml

vinca_win.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,4 @@ packages_select_by_deps:
281281

282282
patch_dir: patch
283283
rosdistro_snapshot: rosdistro_snapshot.yaml
284+
rosdistro_additional_recipes: rosdistro_additional_recipes.yaml

0 commit comments

Comments
 (0)