1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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.
This commit is contained in:
Aaron Patterson 2021-06-02 10:02:42 -07:00 committed by Alan Wu
parent ea33b0a9ba
commit 9f46e6e64b

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
TESTOPTS: '-q --tty=no'
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3 --disable-yjit'
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
steps:
- run: mkdir build