File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2177,7 +2177,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
2177
2177
if ($IsCrossCompiling ) {
2178
2178
throw " Swift runtime tests are not supported when cross-compiling"
2179
2179
}
2180
- if (-not (Test-Path (Get-TargetProjectBinaryCache $Arch Runtime))) {
2180
+ if (-not (Test-Path (Get-ProjectBinaryCache $Arch Runtime))) {
2181
2181
throw " Swift runtime tests are supposed to reconfigure the existing build"
2182
2182
}
2183
2183
$CompilersBinaryCache = Get-HostProjectBinaryCache Compilers
@@ -2192,7 +2192,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
2192
2192
$env: Path = " $ ( Get-CMarkBinaryCache $Arch ) \src;$ ( Get-PinnedToolchainRuntime ) ;${env: Path} ;$UnixToolsBinDir "
2193
2193
Build-CMakeProject `
2194
2194
- Src $SourceCache \swift `
2195
- - Bin (Get-TargetProjectBinaryCache $Arch Runtime) `
2195
+ - Bin (Get-ProjectBinaryCache $Arch Runtime) `
2196
2196
- Arch $Arch `
2197
2197
- Platform $Platform `
2198
2198
- UseBuiltCompilers C, CXX, Swift `
You can’t perform that action at this time.
0 commit comments