From f0ec923c5852b9ae9c82824137641e4e1dfad35a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 17 Dec 2020 21:36:06 -0800 Subject: [PATCH] Remove --jit-save-temps from MJIT It's probably not helping the backtrace. --- .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 52cd854584..572720978f 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 }} --jit-save-temps --jit-debug=-ggdb3' + RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3' GITPULLOPTIONS: --no-tags origin ${{github.ref}} steps: - run: mkdir build