Skip to content

Commit 2886933

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

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
@@ -2888,7 +2888,7 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
28882888
Invoke-BuildStep Build-Mimalloc $HostArch
28892889
}
28902890

2891-
if (-not $SkipBuild) {
2891+
if (-not $SkipBuild -and -not $IsCrossCompiling) {
28922892
Invoke-BuildStep Build-Inspect $HostArch
28932893
Invoke-BuildStep Build-DocC $HostArch
28942894
}

0 commit comments

Comments
 (0)