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 1f7f2a1 commit 0c52347Copy full SHA for 0c52347
.cirrus.yml
@@ -53,7 +53,8 @@ asan_task:
53
`#snmp-mibs-downloader`
54
`#freetds-dev`
55
`#unixodbc-dev`
56
- `#llvm`
+ llvm
57
+ clang
58
libc-client-dev
59
dovecot-core
60
dovecot-pop3d
@@ -77,6 +78,8 @@ asan_task:
77
78
--prefix=/usr
79
--enable-phpdbg
80
--enable-fpm
81
+ --enable-opcache
82
+ --disable-opcache-jit
83
--with-pdo-mysql=mysqlnd
84
--with-mysqli=mysqlnd
85
`#--with-pgsql`
@@ -145,6 +148,8 @@ asan_task:
145
148
`#--with-pdo-dblib`
146
149
--enable-werror
147
150
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC -Wno-stringop-overread' LDFLAGS='-fsanitize=undefined,address'
151
+ CC=clang
152
+ CXX=clang++ || cat config.log
153
- make -j2
154
- make install
155
- mkdir -p /etc/php.d
0 commit comments