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.
1 parent dd6f1c2 commit 498f8f7Copy full SHA for 498f8f7
utils/build.ps1
@@ -3300,6 +3300,8 @@ if (-not $IsCrossCompiling) {
3300
Invoke-BuildStep Build-Compilers $HostPlatform $Tests
3301
}
3302
3303
+ # FIXME(jeffdav): Invoke-BuildStep needs a platform dictionary, even though the Test-
3304
+ # functions hardcode their platform needs.
3305
if ($Test -contains "dispatch") { Invoke-BuildStep Test-Dispatch $BuildPlatform }
3306
if ($Test -contains "foundation") { Invoke-BuildStep Test-Foundation $BuildPlatform }
3307
if ($Test -contains "xctest") { Invoke-BuildStep Test-XCTest $BuildPlatform }
0 commit comments