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
Changed from Make dependency parallelism to explicit shell parallelism:
- dist-mac now runs both architectures with '&' and 'wait'
- This ensures true parallel execution (not sequential)
- dist-mac-x64/arm64 still available for individual builds
Previous approach didn't work because Make doesn't parallelize prerequisites
that all depend on 'build' - it ran them sequentially to be safe.
0 commit comments