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
build-parallel: Add exclusive_build option for per-package exclusive builds
- Added exclusive_build (bool) to BuildOptions; defaults to False.
- When set to True, the package is built alone, not in parallel with others.
- Updated build_parallel logic and all relevant docstrings and config examples.
- Replaced the previous parallel_builds enum with exclusive_build.
- Updated the end-to-end test to cover exclusive build behavior.
0 commit comments