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 2f30161 commit e7c8dc6Copy full SHA for e7c8dc6
utils/build.ps1
@@ -3293,7 +3293,7 @@ if (-not $IsCrossCompiling) {
3293
Build-Testing Windows $HostArch -Test
3294
}
3295
if ($Test -contains "llbuild") { Build-LLBuild $HostArch -Test }
3296
- if ($Test -contains "swiftpm") { Test-PackageManager $HostArch }
+ if ($Test -contains "swiftpm") { Test-PackageManager }
3297
if ($Test -contains "swift-format") { Test-Format }
3298
if ($Test -contains "sourcekit-lsp") { Test-SourceKitLSP }
3299
0 commit comments