diff options
author | Takashi Kokubun <[email protected]> | 2021-05-31 22:46:56 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2021-05-31 22:46:56 -0700 |
commit | b9019c1ae860ee92a162d5fc2af55c10768980de (patch) | |
tree | 4d2c6a6260e19330103d6069e5b44a5b028b6e42 | |
parent | 028f1887c2bfa50dcfc1b623470d6ab1b880fdde (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
-rw-r--r-- | .github/workflows/mjit.yml | 2 |
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 |