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

Don't skip packages in armhf mixins #92

Closed prajakta-gokhale closed 4 years ago

prajakta-gokhale commented 4 years ago

rosbag2 failed to compile on 32-bit platforms because it depended on lsan library that was not available in 32-bit. This was fixed as part of https://github.com/ros2/rosbag2/issues/142 so rosbag2 no longer needs to be skipped in armhf colcon mixin.

Signed-off-by: Prajakta Gokhale prajaktg@amazon.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   69.69%   69.69%           
=======================================
  Files           4        4           
  Lines         264      264           
=======================================
  Hits          184      184           
  Misses         80       80
Flag Coverage Δ
#unittests 69.69% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
cross_compile/sysroot_compiler.py 69.11% <ø> (ø) :arrow_up:

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 7293255...9354d47. Read the comment docs.