Skip to content

Commit d2f234f

Browse files
committed
Drop -Werror for Azure Pipeline builds
1 parent c3221c1 commit d2f234f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

azure/configure.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ steps:
5656
--with-password-argon2 \
5757
--with-mhash \
5858
--with-sodium \
59-
--enable-werror \
6059
--with-config-file-path=/etc \
6160
--with-config-file-scan-dir=/etc/php.d
6261
displayName: 'Configure Build'

azure/i386/job.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
--enable-zend-test \
6464
--with-mhash \
6565
--with-sodium \
66-
--enable-werror \
6766
--with-config-file-path=/etc \
6867
--with-config-file-scan-dir=/etc/php.d
6968
displayName: 'Configure Build'

azure/macos/job.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
--enable-intl \
6767
--with-mhash \
6868
--with-sodium \
69-
--enable-werror \
7069
--with-config-file-path=/etc \
7170
--with-config-file-scan-dir=/etc/php.d
7271
displayName: 'Configure Build'

0 commit comments

Comments
 (0)