Skip to content

Commit 0cf5d13

Browse files
skip less modules
1 parent 9997443 commit 0cf5d13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3439,9 +3439,9 @@ if (-not $SkipBuild) {
34393439
Invoke-BuildStep Build-LLBuild $HostPlatform
34403440
Invoke-BuildStep Build-ArgumentParser $HostPlatform
34413441
Invoke-BuildStep Build-Driver $HostPlatform
3442+
Invoke-BuildStep Build-Crypto $HostPlatform
3443+
Invoke-BuildStep Build-Collections $HostPlatform
34423444
if (-not(Compare-Object $Test @("lldb"))) {
3443-
Invoke-BuildStep Build-Crypto $HostPlatform
3444-
Invoke-BuildStep Build-Collections $HostPlatform
34453445
Invoke-BuildStep Build-ASN1 $HostPlatform
34463446
Invoke-BuildStep Build-Certificates $HostPlatform
34473447
Invoke-BuildStep Build-System $HostPlatform
@@ -3462,7 +3462,7 @@ if ($IncludeNoAsserts) {
34623462
Build-NoAssertsToolchain
34633463
}
34643464

3465-
if (-not $SkipBuild -and -not(Compare-Object $Test @("lldb"))) {
3465+
if (-not $SkipBuild) {
34663466
Invoke-BuildStep Build-mimalloc $HostPlatform
34673467
}
34683468

0 commit comments

Comments
 (0)