We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea33b0a commit 9f46e6eCopy full SHA for 9f46e6e
.github/workflows/mjit.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
env:
12
TESTOPTS: '-q --tty=no'
13
- RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
+ RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3 --disable-yjit'
14
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
15
steps:
16
- run: mkdir build
0 commit comments