summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-17 10:44:26 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-17 12:52:31 +0200
commitec08180738cee15032700be465816bbdd3c492dc (patch)
tree68d21895d5741f81acf04e49c80cd31a76e648f0 /azure
parentd4e5b5b6fc2f78224bb50ae51539389594cc41c9 (diff)
downloadphp-git-ec08180738cee15032700be465816bbdd3c492dc.tar.gz
Enable unixODBC in azure
This only checks that it builds though. Closes GH-6150.
Diffstat (limited to 'azure')
-rw-r--r--azure/apt.yml1
-rw-r--r--azure/configure.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/azure/apt.yml b/azure/apt.yml
index 703e5753d3..bd3ba3308e 100644
--- a/azure/apt.yml
+++ b/azure/apt.yml
@@ -40,6 +40,7 @@ steps:
postgresql-contrib \
snmpd \
snmp-mibs-downloader \
+ unixodbc-dev \
llvm \
${{ parameters.packages }}
displayName: 'APT'
diff --git a/azure/configure.yml b/azure/configure.yml
index fd0191528b..dc7f754eae 100644
--- a/azure/configure.yml
+++ b/azure/configure.yml
@@ -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