At the moment the action does not validate whether all exec dependencies are actually correctly mapped to the target system. So right now, e.g., jsk_tools builds successfully, but cannot be installed because pygithub3, slacker-cli, tabulate are no valid packages on Ubuntu 22.04.
The actual error here is that the rosdep keys/package.xml entries are inconsistent, which will be fixed soon. But this issue is about the action not reporting a failure in this case. I expect there is an easy way to check this around sbuild?
At the moment the action does not validate whether all exec dependencies are actually correctly mapped to the target system. So right now, e.g.,
jsk_toolsbuilds successfully, but cannot be installed becausepygithub3,slacker-cli,tabulateare no valid packages on Ubuntu 22.04.The actual error here is that the rosdep keys/package.xml entries are inconsistent, which will be fixed soon. But this issue is about the action not reporting a failure in this case. I expect there is an easy way to check this around sbuild?