File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 rm -rf ext/opcache/jit/ir
3232 git clone --revision=5a81104e650ebd7ac24eb63d4dff67db723a5278 https://github.com/dstogov/ir.git ext/opcache/jit/ir
33- cd ext/opcache/jit/ir
34- rm -r .github/workflows bench examples tests tools TODO ir.g ir_cpuinfo.c ir_emit_c.c ir_emit_llvm.c ir_load.c ir_load_llvm.c ir_main.c ir_mem2ssa.c
35- git reset README.md
3633 - name : Opcache JIT IR - Verify files
3734 if : (success() || failure()) && (steps.changes.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
38- run : git add . -N && git diff -a --exit-code ext/opcache/jit/ir
35+ run : |
36+ cd ext/opcache/jit/ir
37+ rm -r .github/workflows bench examples tests tools TODO ir.g ir_cpuinfo.c ir_emit_c.c ir_emit_llvm.c ir_load.c ir_load_llvm.c ir_main.c ir_mem2ssa.c
38+ rm .git && git reset README.md
39+ git add . -N && git diff -a --exit-code ext/opcache/jit/ir
You can’t perform that action at this time.
0 commit comments