File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2550,9 +2550,9 @@ function Build-Foundation {
2550
2550
}
2551
2551
2552
2552
$SwiftFlags = if ($Static ) {
2553
- @ (" -static-stdlib" , " -Xfrontend" , " -use-static-resource-dir" )
2553
+ @ (" -static-stdlib" , " -Xfrontend" , " -use-static-resource-dir" , " -v " )
2554
2554
} else {
2555
- @ ()
2555
+ @ (" -v " )
2556
2556
}
2557
2557
2558
2558
$DispatchCMakeModules = if ($Static ) {
@@ -2561,6 +2561,8 @@ function Build-Foundation {
2561
2561
Get-ProjectCMakeModules $Platform Dispatch
2562
2562
}
2563
2563
2564
+ Invoke-IsolatingEnvVars {
2565
+ $env: VERBOSE = " 1"
2564
2566
Build-CMakeProject `
2565
2567
- Src $SourceCache \swift- corelibs- foundation `
2566
2568
- Bin $FoundationBinaryCache `
@@ -2592,6 +2594,7 @@ function Build-Foundation {
2592
2594
SwiftFoundation_MACRO = " $ ( Get-ProjectBinaryCache $BuildPlatform FoundationMacros) \bin"
2593
2595
}
2594
2596
}
2597
+ }
2595
2598
2596
2599
function Test-Foundation {
2597
2600
# Foundation tests build via swiftpm rather than CMake
You can’t perform that action at this time.
0 commit comments