Skip to content

Commit 5ddd1a6

Browse files
owenvbkhouri
authored andcommitted
[Swift Build] Wire up --jobs
1 parent 49d533d commit 5ddd1a6

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
@@ -1082,6 +1082,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
10821082
request.hideShellScriptEnvironment = true
10831083
request.showNonLoggedProgress = true
10841084
request.recordBuildBacktraces = buildParameters.outputParameters.enableTaskBacktraces
1085+
request.schedulerLaneWidthOverride = buildParameters.workers
10851086

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

0 commit comments

Comments
 (0)