Skip to content

Commit 7d0e16b

Browse files
committed
Add support for building additional_recipes in subfolders
1 parent c4d5fe7 commit 7d0e16b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

pixi.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git = "*"
2727

2828
[feature.beta.pypi-dependencies]
2929
# This is tipically the latest commit on main branch
30-
vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "47bfdcd7b4701536638b208951ddda6a3a70ff1a" }
30+
vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "231170caf9ac4beb295545fe518fa6a420b765f0" }
3131
# Uncomment this line to work with a local vinca for faster iteration, but remember to comment it back
3232
# (and regenerate the pixi.lock) once you push the modified commit to the repo
3333
#vinca = { path = "../vinca", editable = true }

rosdistro_additional_recipes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ rmw_zenoh_pico:
55
tag: 1.3.1
66
url: https://github.com/esol-community/rmw_zenoh_pico.git
77
version: 1.3.1
8+
# This is an attribute that is not found in rosdistro_snapshot.yaml,
9+
# but it is used in rosdistro_additional_recipes.yaml to indicate if the
10+
# package to build is not in the root of the repository, but in a subfolder.
11+
additional_folder: "rmw_zenoh_pico"

0 commit comments

Comments
 (0)