File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2788,9 +2788,14 @@ if (-not $SkipBuild) {
2788
2788
2789
2789
if ($Clean ) {
2790
2790
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
2791
2793
foreach ($Arch in $WindowsSDKArchs ) {
2792
2794
0 ..[TargetComponent ].getEnumValues()[-1 ] | ForEach-Object { Remove-Item - Force - Recurse " $BinaryCache \$ ( $Arch.BuildID + $_ ) " - ErrorAction Ignore }
2793
2795
}
2796
+ foreach ($Arch in $AndroidSDKArchs ) {
2797
+ 0 ..[TargetComponent ].getEnumValues()[-1 ] | ForEach-Object { Remove-Item - Force - Recurse " $BinaryCache \$ ( $Arch.BuildID + $_ ) " - ErrorAction Ignore }
2798
+ }
2794
2799
}
2795
2800
2796
2801
if (-not $SkipBuild ) {
You can’t perform that action at this time.
0 commit comments