Skip to content

Commit e5aba0f

Browse files
committed
Build with ldap and ldap sasl on azure
We don't set up an ldap server, so this is mainly about testing that the build works.
1 parent 8d3a2a4 commit e5aba0f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

azure/apt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ steps:
2929
libxslt1-dev \
3030
libpq-dev \
3131
libreadline-dev \
32+
libldap2-dev \
33+
libsasl2-dev \
3234
postgresql \
3335
postgresql-contrib \
3436
${{ parameters.packages }}

azure/job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
--enable-sysvmsg \
5757
--with-ffi \
5858
--enable-zend-test \
59+
--with-ldap \
60+
--with-ldap-sasl \
5961
--enable-werror \
6062
--with-config-file-path=/etc \
6163
--with-config-file-scan-dir=/etc/php.d

0 commit comments

Comments
 (0)