Skip to content

Commit e18f586

Browse files
authored
Merge pull request #37612 from benlangmuir/disable-inspect
Disable swift-inspect build in presets
2 parents b6df8b4 + 7c19c85 commit e18f586

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

utils/build-presets.ini

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ swiftpm
334334
swift-driver
335335
indexstore-db
336336
sourcekit-lsp
337-
swift-inspect
337+
# Failing to build in CI: rdar://78408440
338+
# swift-inspect
338339
swiftsyntax
339340
swiftsyntax-verify-generated-files
340341

@@ -600,7 +601,8 @@ swiftsyntax-verify-generated-files
600601
swift-driver
601602
indexstore-db
602603
sourcekit-lsp
603-
swift-inspect
604+
# Failing to build in CI: rdar://78408440
605+
# swift-inspect
604606
install-llvm
605607
install-swift
606608
install-llbuild
@@ -1180,7 +1182,8 @@ lldb
11801182
llbuild
11811183
swiftpm
11821184
swift-driver
1183-
swift-inspect
1185+
# Failing to build in CI: rdar://78408440
1186+
# swift-inspect
11841187
swiftsyntax
11851188
skstresstester
11861189
swiftevolve
@@ -1508,7 +1511,8 @@ libcxx
15081511
# Build llbuild & swiftpm here
15091512
llbuild
15101513
swiftpm
1511-
swift-inspect
1514+
# Failing to build in CI: rdar://78408440
1515+
# swift-inspect
15121516
swift-driver
15131517
swiftsyntax
15141518

0 commit comments

Comments
 (0)