Skip to content

Commit c78fa45

Browse files
committed
[Build] Temporarily add -j 1 to swift-corelibs-foundation Windows build
We haven't been able to reproduce with `-j 1` yet. While it's slower, at least we might be able to unblock CI while we continue to investigate.
1 parent 65d9f5f commit c78fa45

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)