mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Enable unixODBC in azure
This only checks that it builds though. Closes GH-6150.
This commit is contained in:
parent
d4e5b5b6fc
commit
ec08180738
@ -40,6 +40,7 @@ steps:
|
||||
postgresql-contrib \
|
||||
snmpd \
|
||||
snmp-mibs-downloader \
|
||||
unixodbc-dev \
|
||||
llvm \
|
||||
${{ parameters.packages }}
|
||||
displayName: 'APT'
|
||||
|
@ -57,6 +57,7 @@ steps:
|
||||
--with-sodium \
|
||||
--enable-dba \
|
||||
--with-snmp \
|
||||
--with-unixODBC \
|
||||
--enable-werror \
|
||||
--with-config-file-path=/etc \
|
||||
--with-config-file-scan-dir=/etc/php.d
|
||||
|
Loading…
Reference in New Issue
Block a user