Skip to content

Commit 6f6a3bb

Browse files
committed
[Swift Build] Wire up --jobs
1 parent e1f3ce2 commit 6f6a3bb

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
@@ -1017,6 +1017,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
10171017
request.hideShellScriptEnvironment = true
10181018
request.showNonLoggedProgress = true
10191019
request.recordBuildBacktraces = buildParameters.outputParameters.enableTaskBacktraces
1020+
request.schedulerLaneWidthOverride = buildParameters.workers
10201021

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

0 commit comments

Comments
 (0)