зеркало из https://github.com/github/ruby.git
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:
Родитель
09063fc912
Коммит
60f3f25cc4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче