Skip to content

Commit 5cecca8

Browse files
committed
Revert "utils: unlock building swift-inspect"
Revert #77810 Fix the swift-inspect build in https://ci-external.swift.org/job/swift-main-windows-toolchain-arm64
1 parent e943d0f commit 5cecca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2878,7 +2878,7 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
28782878
Invoke-BuildStep Build-Mimalloc $HostArch
28792879
}
28802880

2881-
if (-not $SkipBuild) {
2881+
if (-not $SkipBuild -and -not $IsCrossCompiling) {
28822882
Invoke-BuildStep Build-Inspect $HostArch
28832883
Invoke-BuildStep Build-DocC $HostArch
28842884
}

0 commit comments

Comments
 (0)