File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3162,6 +3162,10 @@ if (-not $SkipBuild) {
3162
3162
3163
3163
# Build platform: SDK, Redist and XCTest
3164
3164
Invoke-BuildStep Build-Runtime Windows $Arch
3165
+
3166
+ # FIXME(swiftlang/swift#79839)
3167
+ Get-ChildItem - Recurse - Path " $ ( Get-SwiftSDK Windows) \usr\lib\swift\windows" - Filter " *.swiftinterface" | Remove-Item - Force | Out-Null
3168
+
3165
3169
Invoke-BuildStep Build-Dispatch Windows $Arch
3166
3170
# FIXME(compnerd) ensure that the _build_ is the first arch and don't rebuild on each arch
3167
3171
Invoke-BuildStep Build-FoundationMacros - Build Windows $BuildArch
@@ -3195,6 +3199,10 @@ if (-not $SkipBuild) {
3195
3199
3196
3200
# Build platform: SDK, Redist and XCTest
3197
3201
Invoke-BuildStep Build-Runtime Android $Arch
3202
+
3203
+ # FIXME(swiftlang/swift#79839)
3204
+ Get-ChildItem - Recurse - Path " $ ( Get-SwiftSDK Windows) \usr\lib\swift\android" - Filter " *.swiftinterface" | Remove-Item - Force | Out-Null
3205
+
3198
3206
Invoke-BuildStep Build-Dispatch Android $Arch
3199
3207
Invoke-BuildStep Build-Foundation Android $Arch
3200
3208
Invoke-BuildStep Build-Sanitizers Android $Arch
You can’t perform that action at this time.
0 commit comments