ruby-changes:66381
From: Takashi <ko1@a...>
Date: Tue, 1 Jun 2021 13:51:17 +0900 (JST)
Subject: [ruby-changes:66381] e9e3b65d83 (master): Try enabling VM_ASSERT in --jit CIs
https://git.ruby-lang.org/ruby.git/commit/?id=e9e3b65d83 From e9e3b65d836b5796882b5bf28717e4586366ceec Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 31 May 2021 21:50:37 -0700 Subject: Try enabling VM_ASSERT in --jit CIs --- .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 c2a6ed2..d5cc9e9 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -38,7 +38,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L38 - run: ./autogen.sh working-directory: src - name: Run configure - run: ../src/configure -C --disable-install-doc + run: ../src/configure -C --disable-install-doc cppflags=-DVM_CHECK_MODE - run: make $JOBS incs - run: make $JOBS - run: sudo make $JOBS -s install -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/