ruby-changes:69229
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:16 +0900 (JST)
Subject: [ruby-changes:69229] de0af4faad (master): Revert "Disable YJIT while running MJIT tests (#62)"
https://git.ruby-lang.org/ruby.git/commit/?id=de0af4faad From de0af4faada742ca5113318776aa2d96e403a982 Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Fri, 15 Oct 2021 15:49:05 -0400 Subject: Revert "Disable YJIT while running MJIT tests (#62)" This reverts commit 60f3f25cc421b75b3dbf02fef759c4857bf3ef46. We don't need to pass --disable-yjit when running MJIT tests anymore because we are off by default. --- .github/workflows/mjit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index b45dc29a55..63011e78d0 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -10,7 +10,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L10 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/