We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe2b25 commit a00690fCopy full SHA for a00690f
1 file changed
scripts/deploy/tasks/build.py
@@ -62,7 +62,7 @@ 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 build {self._package}"
+ cmd = f"cd {self._remote_workspace} && chrt -r 1 taskset -c 0-9 pixi run build {self._package}"
66
67
print_debug(f"Calling '{cmd}'")
68
try:
0 commit comments