Skip to content

Commit a460bf4

Browse files
authored
Fix i386 build on azure (#6877)
Explicitly specify --build=i686.
1 parent 38b4231 commit a460bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/i386/job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
1919
./configure ${{ parameters.configurationParameters }} \
2020
--enable-option-checking=fatal \
21+
--build=i686-pc-linux-gnu \
2122
--prefix=/usr \
2223
--enable-phpdbg \
2324
--enable-fpm \

0 commit comments

Comments
 (0)