Skip to content

Commit 2fd4e32

Browse files
committed
Run LLVM 20 on ppc64
Already installed, be consistent with the other platforms.
1 parent fee84dd commit 2fd4e32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
configurationParameters: >-
3636
CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
3737
LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
38-
CC=clang-17
39-
CXX=clang++-17
38+
CC=clang-20
39+
CXX=clang++-20
4040
--enable-debug
4141
--enable-zts
4242
skipSlow: false # FIXME: This should likely include slow extensions

0 commit comments

Comments
 (0)