From e53c0bc906c514ca6f0d40e2140dee1e23b4591e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 11 Dec 2020 22:52:15 -0800 Subject: [PATCH] Add some JIT options to MJIT Actions hoping to improve C backtrace outputs --- .github/workflows/mjit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 4aaca36641..cb5400f015 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -11,7 +11,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" env: TESTOPTS: '-q --tty=no' - RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }}' + RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-save-temps --jit-debug=-ggdb3' GITPULLOPTIONS: --no-tags origin ${{github.ref}} steps: - run: mkdir build