File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: dbf0167de924a6f2b579267046fe0a07a124442f
2
+ refs/heads/master: 93bd605c589c9eedcfed49ce3ed0791f198dc676
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: d44ea720fa9dfe062ef06d0eb49a58d4e7e92344
5
5
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
Original file line number Diff line number Diff line change @@ -584,13 +584,14 @@ ifeq ($(CFG_LLDB),)
584
584
CTEST_DISABLE_debuginfo-lldb = "no lldb found"
585
585
endif
586
586
587
- # Completely disable LLDB tests for now
588
- CTEST_DISABLE_debuginfo-lldb = "LLDB tests are not enabled yet"
589
-
590
587
ifeq ($(CFG_CLANG ) ,)
591
588
CTEST_DISABLE_codegen = "no clang found"
592
589
endif
593
590
591
+ ifneq ($(CFG_OSTYPE ) ,apple-darwin)
592
+ CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin"
593
+ endif
594
+
594
595
ifeq ($(CFG_OSTYPE ) ,apple-darwin)
595
596
CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root"
596
597
endif
You can’t perform that action at this time.
0 commit comments