Skip to content

Commit

Permalink
Add alternative rmw to skip_rosdep_keys. (#178)
Browse files Browse the repository at this point in the history
These dependencies are being resolved to rolling binary packages in the
underlay.

Another possible option, used by the other CI jobs, is to keep
everything in the repos file and use package selection arguments to
ignore the in-workspace dependencies. But that will result in our repos
file containing more than the minimum package set for the clang-tidy
target.
  • Loading branch information
nuclearsandwich committed Aug 27, 2021
1 parent e1b5ff9 commit 971af43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rolling/ci-clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ repositories:
urls:
- http://repo.ros2.org/ubuntu/testing
- http://repositories.ros.org/ubuntu/testing
skip_rosdep_keys:
- rmw_connextdds
- rmw_fastrtps_cpp
- rmw_fastrtps_dynamic_cpp
- rosidl_typesupport_fastrtps_c
targets:
ubuntu:
focal:
Expand Down

0 comments on commit 971af43

Please sign in to comment.