Skip to content

Commit aeeb793

Browse files
[dev] Temporarily remove swiftinterfaces from the build image
1 parent e2dc4da commit aeeb793

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/build.ps1

+8
Original file line numberDiff line numberDiff line change
@@ -3210,6 +3210,10 @@ if (-not $SkipBuild) {
32103210

32113211
# Build platform: SDK, Redist and XCTest
32123212
Invoke-BuildStep Build-Runtime Windows $Arch
3213+
3214+
# FIXME(#79839)
3215+
Get-ChildItem -Path "$($Arch.SDKInstallRoot)\usr\lib\swift\android" -Filter "*.swiftinterface" -Recurse
3216+
32133217
Invoke-BuildStep Build-Dispatch Windows $Arch
32143218
# FIXME(compnerd) ensure that the _build_ is the first arch and don't rebuild on each arch
32153219
Invoke-BuildStep Build-FoundationMacros -Build Windows $BuildArch
@@ -3235,6 +3239,10 @@ if (-not $SkipBuild) {
32353239

32363240
# Build platform: SDK, Redist and XCTest
32373241
Invoke-BuildStep Build-Runtime Android $Arch
3242+
3243+
# FIXME(#79839)
3244+
Get-ChildItem -Path "$($Arch.SDKInstallRoot)\usr\lib\swift\android" -Filter "*.swiftinterface" -Recurse
3245+
32383246
Invoke-BuildStep Build-Dispatch Android $Arch
32393247
Invoke-BuildStep Build-Foundation Android $Arch
32403248
Invoke-BuildStep Build-Sanitizers Android $Arch

0 commit comments

Comments
 (0)