summaryrefslogtreecommitdiff
path: root/azure/i386/job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-04 12:16:45 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-04 14:35:16 +0200
commit9c5d9b492512cf54c8bf791b31fb0926d267ccb0 (patch)
tree27ae81c2cb43672a6f43c95ae68cbf626918cfa7 /azure/i386/job.yml
parentef54899fd1ca380ecaee4fdea596d1ac6274e8da (diff)
downloadphp-git-9c5d9b492512cf54c8bf791b31fb0926d267ccb0.tar.gz
Fix i386 build on Azure
Disabling postgresql entirely for now, because I can't figure out how to fix it. Something broke big time with i386 packages on Azure pipelines.
Diffstat (limited to 'azure/i386/job.yml')
-rw-r--r--azure/i386/job.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 5ada61b415..83e8705f0f 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -83,8 +83,8 @@ jobs:
set -e
sudo service mysql start
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
- sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
- sudo -u postgres psql -c "CREATE DATABASE test;"
+ #sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
+ #sudo -u postgres psql -c "CREATE DATABASE test;"
displayName: 'Setup'
- template: test.yml
parameters: