Skip to content

Commit 1b331e4

Browse files
committed
Drop -Werror for Azure Pipeline builds
1 parent 9fddd25 commit 1b331e4

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
@@ -55,7 +55,6 @@ steps:
5555
--with-password-argon2 \
5656
--with-mhash \
5757
--with-sodium \
58-
--enable-werror \
5958
--with-config-file-path=/etc \
6059
--with-config-file-scan-dir=/etc/php.d
6160
displayName: 'Configure Build'

azure/i386/job.yml

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

azure/macos/job.yml

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

0 commit comments

Comments
 (0)