ruby-changes:64111
From: Takashi <ko1@a...>
Date: Sat, 12 Dec 2020 15:53:09 +0900 (JST)
Subject: [ruby-changes:64111] e53c0bc906 (master): Add some JIT options to MJIT Actions
https://git.ruby-lang.org/ruby.git/commit/?id=e53c0bc906 From e53c0bc906c514ca6f0d40e2140dee1e23b4591e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Fri, 11 Dec 2020 22:52:15 -0800 Subject: Add some JIT options to MJIT Actions hoping to improve C backtrace outputs diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 4aaca36..cb5400f 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -11,7 +11,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L11 if: "!contains(github.event.head_commit.message, '[ci skip]')" env: TESTOPTS: '-q --tty=no' - RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }}' + RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-save-temps --jit-debug=-ggdb3' GITPULLOPTIONS: --no-tags origin ${{github.ref}} steps: - run: mkdir build -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/