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 @@ -3210,6 +3210,10 @@ if (-not $SkipBuild) {
3210
3210
3211
3211
# Build platform: SDK, Redist and XCTest
3212
3212
Invoke-BuildStep Build-Runtime Windows $Arch
3213
+
3214
+ # FIXME(#79839)
3215
+ Get-ChildItem - Path " $ ( $Arch.SDKInstallRoot ) \usr\lib\swift\android" - Filter " *.swiftinterface" - Recurse
3216
+
3213
3217
Invoke-BuildStep Build-Dispatch Windows $Arch
3214
3218
# FIXME(compnerd) ensure that the _build_ is the first arch and don't rebuild on each arch
3215
3219
Invoke-BuildStep Build-FoundationMacros - Build Windows $BuildArch
@@ -3235,6 +3239,10 @@ if (-not $SkipBuild) {
3235
3239
3236
3240
# Build platform: SDK, Redist and XCTest
3237
3241
Invoke-BuildStep Build-Runtime Android $Arch
3242
+
3243
+ # FIXME(#79839)
3244
+ Get-ChildItem - Path " $ ( $Arch.SDKInstallRoot ) \usr\lib\swift\android" - Filter " *.swiftinterface" - Recurse
3245
+
3238
3246
Invoke-BuildStep Build-Dispatch Android $Arch
3239
3247
Invoke-BuildStep Build-Foundation Android $Arch
3240
3248
Invoke-BuildStep Build-Sanitizers Android $Arch
You can’t perform that action at this time.
0 commit comments