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 cc343b0 commit 9a712dfCopy full SHA for 9a712df
.github/workflows/verify-bundled.yml
@@ -31,7 +31,7 @@ jobs:
31
rm -rf ext/opcache/jit/ir
32
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
+ 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
36
- name: Opcache JIT IR - Verify files
37
if: (success() || failure()) && (steps.changes.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
0 commit comments