Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.75 KB

File metadata and controls

31 lines (19 loc) · 2.75 KB

Detailed Build Statuses

This package follows build jobs conventions of ros2 control to keep ahead of future breaking changes.

A RED job might not mean that this package is currently broken but that an dependency is currently broken in a future version or that this package might need to be updated in the future.

To avoid overloading users viewing the main README page a full list of build statues can be kept here for package maintainers

ROS2 Distro Jazzy Rolling
Branch main main
Build Status Jazzy Binary Build
Jazzy Source Build
Rolling Binary Build
Rolling Semi-Binary Build
Rolling Source Build

Explanation of different build types

NOTE: For the main branch:

  • Jazzy has two build stages (binary and source)
  • Rolling has three build stages (binary, semi-binary, and source)

These stages check current and future compatibility of the package:

  1. Binary builds - against released packages (main and testing) in ROS distributions. Shows that direct local build is possible.

    Uses repos file: src/$NAME$/$NAME$-not-released.<ros-distro>.repos

  2. Semi-binary builds - against released core ROS packages (main and testing), but the immediate dependencies are pulled from source. Shows that local build with dependencies is possible and if fails there we can expect that after the next package sync we will not be able to build.

    Uses repos file: src/$NAME$/$NAME$.repos

  3. Source build - also core ROS packages are build from source. It shows potential issues in the mid future.