File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -132,21 +132,8 @@ jobs:
132132
133133 - run : make
134134
135- - name : Verify that --zjit-dump-disasm works
136- run : |
137- ./miniruby --zjit-call-threshold=1 --zjit-dump-disasm -e0 | \
138- wc -l | \
139- ruby -ne 'raise "Disassembly seems broken in dev build (output has too few lines)" unless $_.to_i > 10'
140- if : ${{ contains(matrix.configure, 'jit=dev') }}
141-
142- # Check that the binary was built with ZJIT
143- - name : Check ZJIT enabled
144- run : ./miniruby --zjit -v | grep "+ZJIT"
145- if : ${{ matrix.configure != '--disable-zjit' }}
146-
147- - name : Set ENV for ZJIT
148- run : |
149- echo "RUBY_CRASH_REPORT=$(pwd)/rb_crash_%p.txt" >> $GITHUB_ENV
135+ - name : Setup tmate session
136+ uses : mxschmitt/action-tmate@v3
150137
151138 - name : make ${{ matrix.test_task }}
152139 run : |
You can’t perform that action at this time.
0 commit comments