Skip to content
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

triggering build(s) to get the latest ros-humble-launch-testing #187

Merged
merged 2 commits into from
Jun 21, 2024
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
1 change: 1 addition & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ skip_existing:

packages_select_by_deps:
# only subset of packages to reduce maintainer load
# trigger
- qt-qui-cpp # needs to be compiled locally

- generator-dds-idl
Expand Down
1 change: 1 addition & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ skip_all_deps: false
full_rebuild: true

packages_skip_by_deps:
# trigger
# - nav2-rotation-shim-controller
# - rviz
# - diagnostic_updater
Expand Down
1 change: 1 addition & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ skip_existing:
- https://conda.anaconda.org/robostack-staging/

packages_select_by_deps:
# trigger
- ros_workspace
- ros_environment
- ros_base
Expand Down
1 change: 1 addition & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ skip_existing:
# - /Users/fischert/mambaforge/envs/devenv/conda-bld/

packages_select_by_deps:
# trigger
- ros_workspace
- ros_environment
- ros_base
Expand Down
1 change: 1 addition & 0 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ skip_existing:
- https://conda.anaconda.org/robostack-staging/

packages_select_by_deps:
# trigger
- ament-cmake-core
#- ros2_control
#- ros2_controllers
Expand Down
Loading