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 коммит произвёл GitHub
Родитель 09063fc912
Коммит 60f3f25cc4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/mjit.yml поставляемый
Просмотреть файл

@ -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