Skip to content

Commit

Permalink
Actually use the rosdistro snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Jan 21, 2025
1 parent 14ca9a2 commit 371ac87
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
12 changes: 6 additions & 6 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ git = "*"

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

[feature.beta.tasks]
generate-recipes = { cmd = "vinca -m", depends-on = ["rename-file"] }
remove-file = { cmd = "rm vinca.yaml; rm -rf recipes" }
remove-file = { cmd = "rm vinca.yaml; rm -rf recipes; mkdir recipes" }
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" }
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"] }
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" } }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by vinca-snapshot on 2025-01-10-12-52-27 for distro humble
aandd_ekew_driver_py:
tag: release/humble/aandd_ekew_driver_py/0.0.2-3
url: https://github.com/ros2-gbp/aandd_ekew_driver_py-release.git
Expand Down
1 change: 1 addition & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -547,3 +547,4 @@ packages_select_by_deps:
# - osrf_testing_tools_cpp

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
2 changes: 1 addition & 1 deletion vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ packages_select_by_deps:
# - osrf_testing_tools_cpp

patch_dir: patch

rosdistro_snapshot: rosdistro_snapshot.yaml
1 change: 1 addition & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ packages_select_by_deps:
- lanelet2

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
1 change: 1 addition & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ packages_select_by_deps:


patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
1 change: 1 addition & 0 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,4 @@ packages_select_by_deps:
- lanelet2

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml

0 comments on commit 371ac87

Please sign in to comment.