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

Remove explicit dependency on libgcc 7 for the target #84

Closed zmichaels11 closed 4 years ago

zmichaels11 commented 4 years ago

The Dockerfile expects libgcc 7.

This breaks builds with targets based on debian:latest, which ship with libgcc 8

zmichaels11 commented 4 years ago

ubuntu:latest actually provides both libgcc 7 and libgcc8

zmichaels11 commented 4 years ago

Resolved in #85