We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-j 1
1 parent b48d052 commit 8ef0e2aCopy full SHA for 8ef0e2a
utils/build.ps1
@@ -2854,7 +2854,7 @@ function Test-Foundation {
2854
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
2855
-Platform $BuildPlatform `
2856
-Configuration $FoundationTestConfiguration `
2857
- -j 1
+ -j 1 # Running parallel causes a non-deterministic crash in CI only, see https://github.com/swiftlang/swift/issues/83606
2858
}
2859
2860
0 commit comments