Skip to content

Commit 0bb3c1a

Browse files
committed
build.ps1: avoid unnecessary double build of compiler runtimes
These are now built as part of the toolchain build to allow the removal of the legacy SDK. While this is low cost as the build is cached, avoid the unnecessary work.
1 parent 2bf3b1f commit 0bb3c1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,6 @@ function Build-SDK([Hashtable] $Platform) {
31913191
Invoke-BuildStep Build-Runtime $Platform
31923192
Invoke-BuildStep Build-Dispatch $Platform
31933193
Invoke-BuildStep Build-Foundation $Platform
3194-
Invoke-BuildStep Build-CompilerRuntime $Platform
31953194
}
31963195

31973196
function Build-ExperimentalSDK([Hashtable] $Platform) {

0 commit comments

Comments
 (0)