Skip to content

Commit 5b9d70d

Browse files
authored
Revert "Revert "[Build] Temporarily add -j 1 to swift-corelibs-foundation Windows build""
1 parent 4adccbd commit 5b9d70d

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)