File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2479,6 +2479,15 @@ function Build-SourceKitLSP($Arch) {
2479
2479
}
2480
2480
}
2481
2481
2482
+ function Build-SymbolKit ($Arch ) {
2483
+ Build-CMakeProject `
2484
+ - Src $SourceCache \swift- docc- symbolkit `
2485
+ - Bin (Get-HostProjectBinaryCache SymbolKit) `
2486
+ - Arch $Arch `
2487
+ - UseBuiltCompilers Swift `
2488
+ - SwiftSDK (Get-HostSwiftSDK )
2489
+ }
2490
+
2482
2491
function Test-SourceKitLSP {
2483
2492
$SwiftPMArguments = @ (
2484
2493
# swift-syntax
@@ -2839,6 +2848,7 @@ if (-not $SkipBuild) {
2839
2848
Invoke-BuildStep Build-Format $HostArch
2840
2849
Invoke-BuildStep Build-IndexStoreDB $HostArch
2841
2850
Invoke-BuildStep Build-SourceKitLSP $HostArch
2851
+ Invoke-BuildStep Build-SymbolKit $HostArch
2842
2852
}
2843
2853
2844
2854
Install-HostToolchain
You can’t perform that action at this time.
0 commit comments