Skip to content

Commit c332852

Browse files
authored
Merge pull request #83572 from swiftlang/revert-83010-revert-82794-foundation-j-1
Re-apply "[Build] Temporarily add -j 1 to swift-corelibs-foundation Windows build"
2 parents 4adccbd + 5b9d70d commit c332852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,8 @@ function Test-Foundation {
28412841
-Src $SourceCache\swift-corelibs-foundation `
28422842
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
28432843
-Platform $BuildPlatform `
2844-
-Configuration $FoundationTestConfiguration
2844+
-Configuration $FoundationTestConfiguration `
2845+
-j 1
28452846
}
28462847
}
28472848

0 commit comments

Comments
 (0)