summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
Diffstat (limited to 'azure')
-rw-r--r--azure/apt.yml1
-rw-r--r--azure/configure.yml1
-rw-r--r--azure/i386/apt.yml1
-rw-r--r--azure/i386/job.yml1
-rw-r--r--azure/macos/job.yml1
5 files changed, 5 insertions, 0 deletions
diff --git a/azure/apt.yml b/azure/apt.yml
index 3019d82379..2beb625f62 100644
--- a/azure/apt.yml
+++ b/azure/apt.yml
@@ -30,6 +30,7 @@ steps:
libreadline-dev \
libldap2-dev \
libsasl2-dev \
+ libsodium-dev \
libargon2-0-dev \
postgresql \
postgresql-contrib \
diff --git a/azure/configure.yml b/azure/configure.yml
index 9de67ae13f..1d3374bfa0 100644
--- a/azure/configure.yml
+++ b/azure/configure.yml
@@ -55,6 +55,7 @@ steps:
--with-ldap-sasl \
--with-password-argon2 \
--with-mhash \
+ --with-sodium \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
diff --git a/azure/i386/apt.yml b/azure/i386/apt.yml
index 9342df35e4..022bf96f30 100644
--- a/azure/i386/apt.yml
+++ b/azure/i386/apt.yml
@@ -40,6 +40,7 @@ steps:
libreadline-dev:i386 \
libffi-dev:i386 \
libfreetype6-dev:i386 \
+ libsodium-dev:i386 \
postgresql \
postgresql-contrib \
${{ parameters.packages }}
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 6845a50b45..354d213aa4 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -62,6 +62,7 @@ jobs:
--with-ffi \
--enable-zend-test \
--with-mhash \
+ --with-sodium \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 7fa9de5188..258e7e7068 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -65,6 +65,7 @@ jobs:
--enable-zend-test \
--enable-intl \
--with-mhash \
+ --with-sodium \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d