Skip to content

Commit

Permalink
Fix azure i386 build
Browse files Browse the repository at this point in the history
Looks like pgsql on i386 broke even more.
  • Loading branch information
nikic committed Sep 5, 2020
1 parent e0a14bc commit 4ebc04c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure/i386/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ steps:
sudo apt-get update -y | true
sudo apt-get install -y gcc-multilib
sudo apt-get install -y g++-multilib
sudo apt-get purge -y libxml2 libsqlite3-0
sudo apt-get purge -y libxml2
# TODO: Reenable postgresql + postgresql-contrib packages once they work again.
sudo apt-get purge -y libpq5
sudo apt-get install -y bison \
re2c \
locales \
Expand Down

0 comments on commit 4ebc04c

Please sign in to comment.