File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2788,9 +2788,14 @@ if (-not $SkipBuild) {
27882788
27892789if ($Clean ) {
27902790 10 ..[HostComponent ].getEnumValues()[-1 ] | ForEach-Object { Remove-Item - Force - Recurse " $BinaryCache \$_ " - ErrorAction Ignore }
2791+ # In case of a previous test run, clear out the swiftmodules as they are not a stable format.
2792+ Remove-Item - Force - Recurse " $ ( $HostARch.ToolchainInstallRoot ) \usr\lib\swift\windows" - ErrorAction Ignore
27912793 foreach ($Arch in $WindowsSDKArchs ) {
27922794 0 ..[TargetComponent ].getEnumValues()[-1 ] | ForEach-Object { Remove-Item - Force - Recurse " $BinaryCache \$ ( $Arch.BuildID + $_ ) " - ErrorAction Ignore }
27932795 }
2796+ foreach ($Arch in $AndroidSDKArchs ) {
2797+ 0 ..[TargetComponent ].getEnumValues()[-1 ] | ForEach-Object { Remove-Item - Force - Recurse " $BinaryCache \$ ( $Arch.BuildID + $_ ) " - ErrorAction Ignore }
2798+ }
27942799}
27952800
27962801if (-not $SkipBuild ) {
You can’t perform that action at this time.
0 commit comments