summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-05-31 22:46:56 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-05-31 22:46:56 -0700
commitb9019c1ae860ee92a162d5fc2af55c10768980de (patch)
tree4d2c6a6260e19330103d6069e5b44a5b028b6e42 /.github
parent028f1887c2bfa50dcfc1b623470d6ab1b880fdde (diff)
Revert "Try enabling VM_ASSERT in --jit CIs"
This reverts commit e9e3b65d836b5796882b5bf28717e4586366ceec. We were not ready for it https://github.com/ruby/ruby/runs/2715306375?check_suite_focus=true
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mjit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index d5cc9e93fd..c2a6ed2188 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -38,7 +38,7 @@ jobs:
- run: ./autogen.sh
working-directory: src
- name: Run configure
- run: ../src/configure -C --disable-install-doc cppflags=-DVM_CHECK_MODE
+ run: ../src/configure -C --disable-install-doc
- run: make $JOBS incs
- run: make $JOBS
- run: sudo make $JOBS -s install