Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action ignores failed rosdep install #864

Open
bjsowa opened this issue Apr 29, 2024 · 2 comments
Open

Action ignores failed rosdep install #864

bjsowa opened this issue Apr 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@bjsowa
Copy link

bjsowa commented Apr 29, 2024

Description

When rosdep fails to install some dependencies, the action does not fail and instead tries to build the packages anyway.

Expected Behavior

I would expect the action to fail or at least an option to choose whether the action should fail fast.

Actual Behavior

The action does not fail.

@bjsowa bjsowa added the bug Something isn't working label Apr 29, 2024
@christophebedard
Copy link
Member

christophebedard commented Apr 29, 2024

We do indeed do || true with rosdep install to avoid making it fail the action:

)}" --rosdistro $DISTRO -y || true`;

It looks like this has been here since the very beginning: 6de5bca

In what instances is rosdep install failing for you?

@bjsowa
Copy link
Author

bjsowa commented Apr 29, 2024

In what instances is rosdep install failing for you?

I was trying to release my packages to Jazzy and incorrectly assumed all dependencies correctly resolve because the CI was passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants