Make CI only build necessary packages from source
This commit is contained in:
parent
e4fd7b2278
commit
8e332ff872
4 changed files with 19 additions and 12 deletions
12
ci_source_deps.repos
Normal file
12
ci_source_deps.repos
Normal file
|
@ -0,0 +1,12 @@
|
|||
repositories:
|
||||
ros2/rmw:
|
||||
type: git
|
||||
url: https://github.com/ros2/rmw.git
|
||||
version: master
|
||||
ros2/rmw_fastrtps:
|
||||
type: git
|
||||
url: https://github.com/ros2/rmw_fastrtps.git
|
||||
version: master
|
||||
ros2/rmw_implementation:
|
||||
type: git
|
||||
url: https://github.com/ros2/rmw_implementation.git
|
Loading…
Add table
Add a link
Reference in a new issue