File tree 1 file changed +7
-2
lines changed 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ asan_task:
53
53
`#snmp-mibs-downloader`
54
54
`#freetds-dev`
55
55
`#unixodbc-dev`
56
- `#llvm`
56
+ llvm
57
+ clang
57
58
libc-client-dev
58
59
dovecot-core
59
60
dovecot-pop3d
@@ -77,6 +78,8 @@ asan_task:
77
78
--prefix=/usr
78
79
--enable-phpdbg
79
80
--enable-fpm
81
+ --enable-opcache
82
+ --disable-opcache-jit
80
83
--with-pdo-mysql=mysqlnd
81
84
--with-mysqli=mysqlnd
82
85
`#--with-pgsql`
@@ -144,7 +147,9 @@ asan_task:
144
147
`#--with-pdo-firebird`
145
148
`#--with-pdo-dblib`
146
149
--enable-werror
147
- CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC -Wno-stringop-overread' LDFLAGS='-fsanitize=undefined,address'
150
+ CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address'
151
+ CC=clang
152
+ CXX=clang++
148
153
- make -j2
149
154
- make install
150
155
- mkdir -p /etc/php.d
You can’t perform that action at this time.
0 commit comments