Skip to content

Commit

Permalink
Merge pull request #1052 from projectsyn/feat/kapitan-parallel
Browse files Browse the repository at this point in the history
Let Kapitan decide how many targets to compile in parallel
  • Loading branch information
simu authored Nov 15, 2024
2 parents 43469a4 + 6e87d4e commit 03d6cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commodore/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def kapitan_compile(
search_paths=search_paths,
output_path=output_dir,
desired_targets=targets,
parallelism=4,
parallelism=None,
labels=None,
ref_controller=refController,
prune=False,
Expand Down

0 comments on commit 03d6cd1

Please sign in to comment.