Skip to content

Commit dd5c029

Browse files
authored
Merge pull request #83010 from swiftlang/revert-82794-foundation-j-1
Revert "[Build] Temporarily add -j 1 to swift-corelibs-foundation Windows build"
2 parents 330326a + 1ac8491 commit dd5c029

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,8 +2789,7 @@ function Test-Foundation {
27892789
-Src $SourceCache\swift-corelibs-foundation `
27902790
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
27912791
-Platform $BuildPlatform `
2792-
-Configuration $FoundationTestConfiguration `
2793-
-j 1
2792+
-Configuration $FoundationTestConfiguration
27942793
}
27952794
}
27962795

0 commit comments

Comments
 (0)