-
Notifications
You must be signed in to change notification settings - Fork 48
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
Always install Gazebo 11 in apt CI to fix Unstable CI #873
Conversation
The only two failures are related to #872 (comment) , so not related to this PR. I think this is ready to be reviewed and merged. |
cmake/ProjectsTagsUnstable.cmake
Outdated
@@ -33,4 +33,4 @@ set_tag(OsqpEigen_TAG master) | |||
set_tag(YARP_telemetry_TAG master) | |||
set_tag(gym-ignition_TAG master) | |||
set_tag(walking-teleoperation_TAG devel) | |||
|
|||
et_tag(speech_TAG fix/40) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
et_tag(speech_TAG fix/40) | |
set_tag(speech_TAG fix/40) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is not necessary anymore after robotology/speech#41 .
Not sure why we also have a libdc1394-related failure in sid, however I try to fix also that one. |
See #872 (comment) .