You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/reusable-ros-tooling-source-build.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ on:
25
25
default: ''
26
26
type: string
27
27
extra-cmake-args:
28
-
default: ''
28
+
default: '-DBUILD_EXAMPLES=OFF -DBUILD_PYTHON_INTERFACE=OFF -DBUILD_WITH_COLLISION_SUPPORT=OFF'# for pinocchio
29
29
description: Additional flags passed to CMake (using colcon build --cmake-args)
30
30
required: false
31
31
type: string
32
32
exclude_source_packages:
33
-
default: 'pinocchio'
33
+
default: 'coal'# for pinocchio
34
34
description: |
35
35
Space-separated list of packages to exclude from source build (e.g. packages that should be installed via apt). Note: Also its dependencies will be excluded from source build.
| Windows |[](https://github.com/ros-controls/ros2_control_ci/actions/workflows/windows-stack-build.yml)|
18
18
19
19
## Compatibility versions
20
20
We thrive to make the rolling development version of the ros2_control stack compatible with earlier releases of ROS 2. This is done by building the rolling version of the stack from source with the earlier releases of ROS 2.
21
21
22
+
[](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-compatibility-lyrical-binary-build.yml)
23
+
22
24
[](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-compatibility-kilted-binary-build.yml)
23
25
24
26
[](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-compatibility-jazzy-binary-build.yml)
0 commit comments