We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e850eb commit eed4538Copy full SHA for eed4538
.github/workflows/verify-bundled.yml
@@ -34,6 +34,6 @@ jobs:
34
if: (success() || failure()) && (steps.changes.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
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
+ rm -r .git .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
+ git reset README.md
+ git add . -N && git diff -a --exit-code .
0 commit comments