ruby-changes:62209
From: Takashi <ko1@a...>
Date: Tue, 14 Jul 2020 02:07:05 +0900 (JST)
Subject: [ruby-changes:62209] 46d1777a43 (master): Remove --jit-min-calls for now
https://git.ruby-lang.org/ruby.git/commit/?id=46d1777a43 From 46d1777a43ef88a8a0cdff041e4c1c3776161fc9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 13 Jul 2020 10:06:27 -0700 Subject: Remove --jit-min-calls for now --jit-min-calls=5 is too unstable diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 02a4c37..161c59b 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -5,13 +5,13 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L5 strategy: matrix: test_task: [ "check" ] # to make job names consistent - jit_opts: [ "--jit", "--jit-wait --jit-min-calls=5" ] + jit_opts: [ "--jit", "--jit-wait" ] fail-fast: false runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[ci skip]')" env: TESTOPTS: '-q --tty=no' - RUN_OPTS: '--disable-gems --jit-warnings ${{ matrix.jit_opts }}' + RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }}' GITPULLOPTIONS: --no-tags origin ${{github.ref}} steps: - name: Install libraries -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/