ros-tooling / cross_compile

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

Add support for ROS Noetic #319

Closed TSC21 closed 3 years ago

TSC21 commented 3 years ago

Continues https://github.com/ros-tooling/cross_compile/pull/290.

codecov[bot] commented 3 years ago

Codecov Report

Merging #319 (8aa54a2) into master (86fc2bb) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #319   +/-   ##
=======================================
  Coverage   93.23%   93.23%           
=======================================
  Files          11       11           
  Lines         414      414           
=======================================
  Hits          386      386           
  Misses         28       28           
Flag Coverage Δ
unittests 93.23% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ros_cross_compile/platform.py 100.00% <100.00%> (ø)
ros_cross_compile/sysroot_creator.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 86fc2bb...8aa54a2. Read the comment docs.

TSC21 commented 3 years ago

For some reason, it fails to fetch the GPG keys for Noetic in Debian Buster in armhf. I don't know if this is a problem on the keys or if the packages are not available anymore on armhf for Debian, so I am marking them for now as not available. @emersonknapp let me know if this is acceptable to you.