Skip to content

Commit 1ac8491

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

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
@@ -2588,8 +2588,7 @@ function Test-Foundation {
25882588
-Src $SourceCache\swift-corelibs-foundation `
25892589
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
25902590
-Platform $BuildPlatform `
2591-
-Configuration $FoundationTestConfiguration `
2592-
-j 1
2591+
-Configuration $FoundationTestConfiguration
25932592
}
25942593
}
25952594

0 commit comments

Comments
 (0)