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: colcon-build/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ jobs:
39
39
| token | false | The token for build dependencies. |
40
40
| include-eol-distros | false | If true, adds `--include-eol-distros` to `rosdep update`. |
41
41
| cache-key-element | false | This value is added to the github actions cache key. |
42
-
| nice-command | false | This command is prepended to the `colcon build` to avoid draining resources. |
42
+
| build-pre-command | false | This command is prepended to the `colcon build` to avoid draining resources. |
43
43
| colcon-parallel-workers-flag | false | Will be appended to the colcon build command to limit number of packages built in parallel. e.g. "--parallel-workers 3" |
44
44
| makeflags | false | Will be exported as MAKEFLAGS environment variable for colcon build step. e.g. "-j 4" |
0 commit comments