Skip to content

Commit 387f9b6

Browse files
committed
gimme
1 parent 3afc050 commit 387f9b6

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/zjit-ubuntu.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)