Skip to content

Commit bf8384b

Browse files
authored
Disable lldb build in PR testing (#11340)
* Disable lldb build in PR testing
1 parent b089dde commit bf8384b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/build-presets.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,9 @@ install-foundation
744744
install-libdispatch
745745
reconfigure
746746

747+
# Skip lldb build due to rdar://problem/33715252
748+
skip-build-lldb
749+
747750
# Linux package with out test
748751
[preset: buildbot_linux,no_test]
749752
mixin-preset=buildbot_linux
@@ -797,6 +800,8 @@ install-libdispatch
797800
reconfigure
798801
skip-test-lldb
799802

803+
# Skip lldb build due to rdar://problem/33715252
804+
skip-build-lldb
800805

801806
[preset: buildbot_linux_1404_no_lldb]
802807
mixin-preset=buildbot_incremental_linux
@@ -1104,6 +1109,9 @@ skip-test-ios-host
11041109
skip-test-tvos-host
11051110
skip-test-watchos-host
11061111

1112+
# Skip lldb build due to rdar://problem/33715252
1113+
skip-build-lldb
1114+
11071115
#===------------------------------------------------------------------------===#
11081116
# Test watchOS on OS X builder
11091117
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)