You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Only invoke ninja for runtimes build if runtimes are specified (#156969)
Otherwise we end up running ninja without any targets specified which
just builds the rest of the default enabled targets. This shouldn't have
too much impact, but can involve building extra things that we don't
need.
This also makes the monolithic-windows.sh script consistent with the
monolithic-windows.sh script.
0 commit comments