ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Provide base Docker images for download instead of building locally #141

Open emersonknapp opened 4 years ago

emersonknapp commented 4 years ago

Description

On first use, building the rosdep collector and sysroot images take a long time (especially sysroot, since it's emulated). It would be nice to provide the undifferentiated portion of the build (e.g. rosdep, build tools) as a downloadable docker image, which should save a lot of time for the average case.

Related Issues

N/A

Completion Criteria

Implementation Notes / Suggestions

Testing Notes / Suggestions

Run an additional nightly e2e test build, configured to be able to find the GitHub Package artifacts