Skip to content

Commit 6db055d

Browse files
committed
[Swift Build] Wire up --jobs
1 parent 9057cae commit 6db055d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftBuildSupport/SwiftBuildSystem.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
10021002
request.useDryRun = false
10031003
request.hideShellScriptEnvironment = true
10041004
request.showNonLoggedProgress = true
1005+
request.schedulerLaneWidthOverride = buildParameters.workers
10051006

10061007
// Override the arena. We need to apply the arena info to both the request-global build
10071008
// parameters as well as the target-specific build parameters, since they may have been

0 commit comments

Comments
 (0)