Skip to content

Commit bce9052

Browse files
Hmm
1 parent 06b4710 commit bce9052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ner_environment/build_system/build_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build(profile: str = typer.Option(None, "--profile", "-p", callback=unsuppor
5858
if clean:
5959
run_command(["docker", "compose", "run", "--rm", "ner-gcc-arm", "cmake", "--build", "build", "--target", "clean"], stream_output=True)
6060
else:
61-
run_command(["docker", "compose", "run", "--rm", "ner-gcc-arm", "cmake", "--build", "build", "--parallel", f"{os.cpu_count()}"], stream_output=True)
61+
run_command(["docker", "compose", "run", "--rm", "ner-gcc-arm", "cmake", "--build", "build"], stream_output=True)
6262
else: # Repo uses Make, so execute Make commands.
6363
print("[bold blue]Makefile project detected.\n")
6464
if clean:

0 commit comments

Comments
 (0)