-
Notifications
You must be signed in to change notification settings - Fork 53
Bump gz-cmake and others in jetty #634
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
Conversation
Bumping gz-cmake and others except gz-tools. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
I'm guessing these test failures are related to a problem with gz-msgs |
I added some extra console output to the failing tests, and it looks to me like a consequence of a behavior change in gazebosim/gz-msgs#476 that has never before been tested with gz-transport from migration guide:
|
I think because we are stripping the protobuf namespace here:
|
restoring this in gazebosim/gz-msgs#512 to facilitate these bumps |
@iche033 the ubuntu jenkins build is failing since gazebo-tooling/release-tools#1311
|
hmm that should be fixed once the |
|
bazel builds need the following to be merged forward |
CI is happy now for this PR, so I opened all the other pull requests and started an Ubuntu colcon CI job with a custom repos file (
if that looks ok, I'll open the pull requests for review, but I won't start merging until all the |
Part of gazebo-tooling/release-tools#1309.