Skip to content

Commit

Permalink
feat(colcon-build): use nice command to not overuse resources
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Aug 19, 2024
1 parent b79f92a commit 0b0dac8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions colcon-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ jobs:
## Inputs
| Name | Required | Description |
| ------------------- | -------- | --------------------------------------------------- |
| rosdistro | true | ROS distro. |
| target-packages | true | The target packages to build. |
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
| cmake-build-type | false | The value for `CMAKE_BUILD_TYPE`. |
| token | false | The token for build dependencies. |
| Name | Required | Description |
|---------------------| -------- |------------------------------------------------------------------------------|
| rosdistro | true | ROS distro. |
| target-packages | true | The target packages to build. |
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
| cmake-build-type | false | The value for `CMAKE_BUILD_TYPE`. |
| token | false | The token for build dependencies. |
| include-eol-distros | false | If true, adds `--include-eol-distros` to `rosdep update`. |
| cache-key-element | false | This value is added to the github actions cache key. |
| nice-command | false | This command is prepended to the `colcon build` to avoid draining resources. |

## Outputs

Expand Down

0 comments on commit 0b0dac8

Please sign in to comment.