fetch_robots: 0.8.3-0 in 'melodic/distribution.yaml' [bloom] #20328
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sorry for yet another PR.
I've ran the prerelease jobs, and the pass. When trying to run the binary release job locally with 0.8.3, it still seemed to build version 0.8.2, so I think I wasn't setting up rosdistro correctly.
If this doesn't work, I'll ask @jacobperron to give me a tutorial in running the binary release jobs locally when he's home next week.
The source of all these 0.8.0, 0.8.1, 0.8.3 releases is trying to release a pre-combiled binary version of our drivers on the public build farm. ZebraDevs/fetch_robots#27... we knew we were going to get into a bit of a mess at the beginning, hopefully it stabilizes.
Our pre-compiled binary is generated inside of docker and only targets intel / amd64.
So there is another open PR to blacklist the arm versions of our packages. ros-infrastructure/ros_buildfarm_config#125