Fix i386 build on azure (#6877)

Explicitly specify --build=i686.
This commit is contained in:
Nikita Popov 2021-04-17 20:35:01 +02:00 committed by GitHub
parent 38b42314a4
commit a460bf41db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ jobs:
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
./configure ${{ parameters.configurationParameters }} \
--enable-option-checking=fatal \
--build=i686-pc-linux-gnu \
--prefix=/usr \
--enable-phpdbg \
--enable-fpm \