Skip to content

Commit d81f1be

Browse files
owenvbkhouri
authored andcommitted
[Swift Build] Wire up --jobs
1 parent 4a81d7a commit d81f1be

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
@@ -1069,6 +1069,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
10691069
request.hideShellScriptEnvironment = true
10701070
request.showNonLoggedProgress = true
10711071
request.recordBuildBacktraces = buildParameters.outputParameters.enableTaskBacktraces
1072+
request.schedulerLaneWidthOverride = buildParameters.workers
10721073

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

0 commit comments

Comments
 (0)