Skip to content

Commit 00fcb51

Browse files
authored
Merge pull request #82794 from bnbarham/foundation-j-1
[Build] Temporarily add -j 1 to swift-corelibs-foundation Windows build
2 parents ed5fd4e + c78fa45 commit 00fcb51

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
@@ -2576,7 +2576,8 @@ function Test-Foundation {
25762576
-Src $SourceCache\swift-corelibs-foundation `
25772577
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
25782578
-Platform $BuildPlatform `
2579-
-Configuration $FoundationTestConfiguration
2579+
-Configuration $FoundationTestConfiguration `
2580+
-j 1
25802581
}
25812582
}
25822583

0 commit comments

Comments
 (0)