Skip to content

Commit

Permalink
Remove --jit-save-temps from MJIT
Browse files Browse the repository at this point in the history
It's probably not helping the backtrace.
  • Loading branch information
k0kubun committed Dec 18, 2020
1 parent b5de66e commit f0ec923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mjit.yml
Expand Up @@ -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
Expand Down

0 comments on commit f0ec923

Please sign in to comment.