Remove --jit-save-temps from MJIT
It's probably not helping the backtrace.
This commit is contained in:
parent
b5de66e132
commit
f0ec923c58
2
.github/workflows/mjit.yml
vendored
2
.github/workflows/mjit.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user