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

Be more verbose about commented-out packages in vinca files. #427

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 5 additions & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ skip_existing:
# - https://conda.anaconda.org/robostack/
- https://conda.anaconda.org/robostack-staging/

# This list contains lots of commented-out package names. That is okay.
# Not all packages need to be rebuilt with every pull request.
# Do not be afraid if you see a package commented out after some time - it just means it is not being built now.
# For sure it will be uncommented and built with next full rebuild. Full rebuilds happen occasionally (few times a year).
# The list of all maintained packages is at https://robostack.github.io/noetic.html .
packages_select_by_deps:
- cras_cpp_common # maintainer peci1
- cras_py_common # maintainer peci1
Expand Down
5 changes: 5 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ skip_existing:
# - https://conda.anaconda.org/robostack/
- https://conda.anaconda.org/robostack-staging/

# This list contains lots of commented-out package names. That is okay.
# Not all packages need to be rebuilt with every pull request.
# Do not be afraid if you see a package commented out after some time - it just means it is not being built now.
# For sure it will be uncommented and built with next full rebuild. Full rebuilds happen occasionally (few times a year).
# The list of all maintained packages is at https://robostack.github.io/noetic.html .
packages_select_by_deps:
- cras_cpp_common # maintainer peci1
- cras_py_common # maintainer peci1
Expand Down
5 changes: 5 additions & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ skip_existing:
# - https://conda.anaconda.org/robostack/
- https://conda.anaconda.org/robostack-staging/

# This list contains lots of commented-out package names. That is okay.
# Not all packages need to be rebuilt with every pull request.
# Do not be afraid if you see a package commented out after some time - it just means it is not being built now.
# For sure it will be uncommented and built with next full rebuild. Full rebuilds happen occasionally (few times a year).
# The list of all maintained packages is at https://robostack.github.io/noetic.html .
packages_select_by_deps:
- rospack
- microstrain-inertial-driver
Expand Down
5 changes: 5 additions & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ skip_existing:
- https://conda.anaconda.org/robostack-staging/
# - /Users/fischert/mambaforge/conda-bld

# This list contains lots of commented-out package names. That is okay.
# Not all packages need to be rebuilt with every pull request.
# Do not be afraid if you see a package commented out after some time - it just means it is not being built now.
# For sure it will be uncommented and built with next full rebuild. Full rebuilds happen occasionally (few times a year).
# The list of all maintained packages is at https://robostack.github.io/noetic.html .
packages_select_by_deps:
##
# TODO OSX-ARM64
Expand Down
5 changes: 5 additions & 0 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ skip_existing:
# - https://conda.anaconda.org/robostack/
- https://conda.anaconda.org/robostack-staging/

# This list contains lots of commented-out package names. That is okay.
# Not all packages need to be rebuilt with every pull request.
# Do not be afraid if you see a package commented out after some time - it just means it is not being built now.
# For sure it will be uncommented and built with next full rebuild. Full rebuilds happen occasionally (few times a year).
# The list of all maintained packages is at https://robostack.github.io/noetic.html .
packages_select_by_deps:
- actionlib
- foxglove_bridge
Expand Down
Loading