File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3195,6 +3195,10 @@ if (-not $SkipBuild) {
3195
3195
3196
3196
# Build platform: SDK, Redist and XCTest
3197
3197
Invoke-BuildStep Build-Runtime Windows $Arch
3198
+
3199
+ # FIXME(swiftlang/swift#79839)
3200
+ Get-ChildItem - Recurse - Path " $ ( Get-SwiftSDK Windows) \usr\lib\swift\windows" - Filter " *.swiftinterface" | Remove-Item - Force | Out-Null
3201
+
3198
3202
Invoke-BuildStep Build-Dispatch Windows $Arch
3199
3203
# FIXME(compnerd) ensure that the _build_ is the first arch and don't rebuild on each arch
3200
3204
Invoke-BuildStep Build-FoundationMacros - Build Windows $BuildArch
@@ -3228,6 +3232,10 @@ if (-not $SkipBuild) {
3228
3232
3229
3233
# Build platform: SDK, Redist and XCTest
3230
3234
Invoke-BuildStep Build-Runtime Android $Arch
3235
+
3236
+ # FIXME(swiftlang/swift#79839)
3237
+ Get-ChildItem - Recurse - Path " $ ( Get-SwiftSDK Android) \usr\lib\swift\android" - Filter " *.swiftinterface" | Remove-Item - Force | Out-Null
3238
+
3231
3239
Invoke-BuildStep Build-Dispatch Android $Arch
3232
3240
Invoke-BuildStep Build-Foundation Android $Arch
3233
3241
Invoke-BuildStep Build-Sanitizers Android $Arch
You can’t perform that action at this time.
0 commit comments