Skip to content

Commit 371ac87

Browse files
committed
Actually use the rosdistro snapshot
1 parent 14ca9a2 commit 371ac87

8 files changed

+14
-9
lines changed

pixi.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ 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 = "a081fad2b1d72cfa4c3cc30010dae024ade79d0c" }
30+
vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "cbb8eba834ce3834df552977d6b08c325a30768e" }
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 }
3434

3535
[feature.beta.tasks]
3636
generate-recipes = { cmd = "vinca -m", depends-on = ["rename-file"] }
37-
remove-file = { cmd = "rm vinca.yaml; rm -rf recipes" }
37+
remove-file = { cmd = "rm vinca.yaml; rm -rf recipes; mkdir recipes" }
3838
build_additional_recipes = { cmd = "rattler-build build --recipe-dir ./additional_recipes -m ./conda_build_config.yaml -c robostack-staging -c https://repo.prefix.dev/conda-forge --skip-existing" }
3939
build = { cmd = "rattler-build build --recipe-dir ./recipes -m ./conda_build_config.yaml -c robostack-staging -c https://repo.prefix.dev/conda-forge --skip-existing", depends-on = ["build_additional_recipes", "generate-recipes"] }
4040
build_one_package = { cmd = "cp ./patch/$PACKAGE.*patch ./recipes/$PACKAGE/patch/; rattler-build build --recipe ./recipes/$PACKAGE/recipe.yaml -m ./conda_build_config.yaml -c robostack-staging -c https://repo.prefix.dev/conda-forge", env = { PACKAGE = "ros-humble-ros-workspace" } }

snapshot_2025-01-10-12-52-27.yaml rosdistro_snapshot.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Generated by vinca-snapshot on 2025-01-10-12-52-27 for distro humble
12
aandd_ekew_driver_py:
23
tag: release/humble/aandd_ekew_driver_py/0.0.2-3
34
url: https://github.com/ros2-gbp/aandd_ekew_driver_py-release.git

vinca_linux_64.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -547,3 +547,4 @@ packages_select_by_deps:
547547
# - osrf_testing_tools_cpp
548548

549549
patch_dir: patch
550+
rosdistro_snapshot: rosdistro_snapshot.yaml

vinca_linux_aarch64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,4 +405,4 @@ packages_select_by_deps:
405405
# - osrf_testing_tools_cpp
406406

407407
patch_dir: patch
408-
408+
rosdistro_snapshot: rosdistro_snapshot.yaml

vinca_osx.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ packages_select_by_deps:
130130
- lanelet2
131131

132132
patch_dir: patch
133+
rosdistro_snapshot: rosdistro_snapshot.yaml

vinca_osx_arm64.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,4 @@ packages_select_by_deps:
121121

122122

123123
patch_dir: patch
124+
rosdistro_snapshot: rosdistro_snapshot.yaml

vinca_win.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,4 @@ packages_select_by_deps:
244244
- lanelet2
245245

246246
patch_dir: patch
247+
rosdistro_snapshot: rosdistro_snapshot.yaml

0 commit comments

Comments
 (0)