Skip to content

Commit 9f46e6e

Browse files
tenderworksXrXr
authored andcommitted
Disable YJIT while running MJIT tests (#62)
Two JITs running at once may result in strange interactions. Lets disable YJIT while running the MJIT tests.
1 parent ea33b0a commit 9f46e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mjit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
TESTOPTS: '-q --tty=no'
13-
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
13+
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3 --disable-yjit'
1414
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
1515
steps:
1616
- run: mkdir build

0 commit comments

Comments
 (0)