Skip to content

Commit 29c2c2d

Browse files
committed
Revert "[Build] Temporarily add -j 1 to swift-corelibs-foundation Windows build"
This reverts commit c78fa45.
1 parent 413f5ba commit 29c2c2d

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
@@ -2585,8 +2585,7 @@ function Test-Foundation {
25852585
-Src $SourceCache\swift-corelibs-foundation `
25862586
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
25872587
-Platform $BuildPlatform `
2588-
-Configuration $FoundationTestConfiguration `
2589-
-j 1
2588+
-Configuration $FoundationTestConfiguration
25902589
}
25912590
}
25922591

0 commit comments

Comments
 (0)