Skip to content

Commit 3976e56

Browse files
committed
Disable debuginfo tests on mac since gdb requires root
1 parent 6152425 commit 3976e56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mk/tests.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@ ifeq ($(CFG_GDB),)
386386
CTEST_DISABLE_debuginfo = "no gdb found"
387387
endif
388388

389+
ifeq ($(CFG_OSTYPE),apple-darwin)
390+
CTEST_DISABLE_debuginfo = "gdb on darwing needs root"
391+
endif
392+
389393
define DEF_CTEST_VARS
390394

391395
# All the per-stage build rules you might want to call from the

0 commit comments

Comments
 (0)