summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-01-13 10:56:41 -0800
committerAndres Freund <andres@anarazel.de>2022-01-13 10:56:41 -0800
commitdfc0cb3940cd4d1f19fcf6c7545dc6cc01c6c92c (patch)
tree185fe4ddd118b7f3f7356ec246d6ed6903cb6041 /.cirrus.yml
parent8a1ce5e54f6d144e4f8e19af7c767b026ee0c956 (diff)
downloadpostgresql-dfc0cb3940cd4d1f19fcf6c7545dc6cc01c6c92c.tar.gz
ci: windows: run initdb with --no-sync.
Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220110220748.GS14051@telsasoft.com
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 910b1d6313..677bdf0e65 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -395,7 +395,7 @@ task:
- perl src/tools/msvc/vcregress.pl check parallel
startcreate_script:
# paths to binaries need backslashes
- - tmp_install\bin\pg_ctl.exe initdb -D tmp_check/db -l tmp_check/initdb.log
+ - tmp_install\bin\pg_ctl.exe initdb -D tmp_check/db -l tmp_check/initdb.log --options=--no-sync
- echo include '%TEMP_CONFIG%' >> tmp_check/db/postgresql.conf
- tmp_install\bin\pg_ctl.exe start -D tmp_check/db -l tmp_check/postmaster.log
test_pl_script: