From f1bbcc81261aeeb304d0d0b52d7c2310c01089a8 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 20 May 2024 15:25:22 +0900 Subject: [PATCH] Make sure that kern.coredump=1 --- .github/workflows/macos.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cc4e66cf16..f07990b3da 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -70,6 +70,11 @@ jobs: # Set fetch-depth: 0 so that Launchable can receive commits information. fetch-depth: 10 + - name: make sure that kern.coredump=1 + run: | + sysctl -n kern.coredump + sudo sysctl -w kern.coredump=1 + - name: Run configure run: ../src/configure -C --disable-install-doc ${ruby_configure_args}