We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ad1cb commit 7e41ef8Copy full SHA for 7e41ef8
1 file changed
scripts/deploy/tasks/build.py
@@ -62,7 +62,8 @@ def _build(self, connections: Group) -> GroupResult:
62
:return: The results of the task.
63
"""
64
print_debug("Building packages")
65
- cmd = f"cd {self._remote_workspace} && pixi run --environment robot build {self._package}"
+
66
+ cmd = f"cd {self._remote_workspace} && chrt -r 1 taskset -c 0-9 pixi run --environment robot build {self._package}"
67
68
print_debug(f"Calling '{cmd}'")
69
try:
0 commit comments