]> granicus.if.org Git - php/commitdiff
Build with ldap and ldap sasl on azure
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 11 Jun 2019 08:13:09 +0000 (10:13 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 11 Jun 2019 13:48:40 +0000 (15:48 +0200)
We don't set up an ldap server, so this is mainly about testing
that the build works.

azure/apt.yml
azure/job.yml

index ba97531cd07c3e91bf94e05bca10c3c6062b78c3..4ce769cea4453675cc9a66111b77846db4a9ac2f 100644 (file)
@@ -29,6 +29,8 @@ steps:
                        libxslt1-dev \
                        libpq-dev \
                        libreadline-dev \
+                       libldap2-dev \
+                       libsasl2-dev \
                        postgresql \
                        postgresql-contrib \
                        ${{ parameters.packages }}
index 1232925fd57c2986bd87d7242bab39a283f5414f..2b6960c961341d266682d76ad73dd8d9b17e9156 100644 (file)
@@ -56,6 +56,8 @@ jobs:
             --enable-sysvmsg \
             --with-ffi \
             --enable-zend-test \
+            --with-ldap \
+            --with-ldap-sasl \
             --enable-werror \
             --with-config-file-path=/etc \
             --with-config-file-scan-dir=/etc/php.d