mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try enabling VM_ASSERT in --jit CIs
This commit is contained in:
parent
45651e800b
commit
e9e3b65d83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mjit.yml
vendored
2
.github/workflows/mjit.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue