Skip to content

Commit

Permalink
actions: disable jit-tracing builds
Browse files Browse the repository at this point in the history
these are broken on <8.3, and we don't really care about JIT anymore anyway.
  • Loading branch information
dktapps committed Apr 24, 2023
1 parent 678da62 commit 6c90092
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ jobs:
matrix:
php: [8.1.14, 8.2.1]
valgrind: [0, 1]
opcache: [off, on, jit, jit-tracing]
opcache:
- "off"
- "on"
- "jit"
#- "jit-tracing" #borked until 8.3 due to php-src bugs

needs: build-php
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6c90092

Please sign in to comment.