зеркало из https://github.com/github/ruby.git
Revert "Disable YJIT while running MJIT tests (#62)"
This reverts commit 60f3f25cc4
.
We don't need to pass --disable-yjit when running MJIT tests anymore
because we are off by default.
This commit is contained in:
Родитель
27358b6ee4
Коммит
de0af4faad
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TESTOPTS: '-q --tty=no'
|
||||
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3 --disable-yjit'
|
||||
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
|
||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||
steps:
|
||||
- run: mkdir build
|
||||
|
|
Загрузка…
Ссылка в новой задаче