We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StaticFoundation
ExperimentalFoundation
1 parent 3897a5f commit cafd054Copy full SHA for cafd054
utils/build.ps1
@@ -715,7 +715,7 @@ enum Project {
715
ExperimentalObservation
716
ExperimentalDispatch
717
ExperimentalDifferentiation
718
- StaticFoundation
+ ExperimentalFoundation
719
}
720
721
function Get-ProjectBinaryCache([Hashtable] $Platform, [Project] $Project) {
@@ -2692,7 +2692,7 @@ function Build-Foundation {
2692
)
2693
2694
$FoundationBinaryCache = if ($Static) {
2695
- Get-ProjectBinaryCache $Platform StaticFoundation
+ Get-ProjectBinaryCache $Platform ExperimentalFoundation
2696
} else {
2697
Get-ProjectBinaryCache $Platform DynamicFoundation
2698
0 commit comments