summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-11-21 14:15:30 -0800
committerAndres Freund <andres@anarazel.de>2022-11-21 14:30:50 -0800
commitec267fd5a5e85223979a90c814e1a98053ca7f3b (patch)
tree5efb13c5006826a78be19a59bfdc8c7d69b89bc4 /.cirrus.yml
parentf1d042b21dfdac069601fe97b7b7ba572dd0abe2 (diff)
downloadpostgresql-ec267fd5a5e85223979a90c814e1a98053ca7f3b.tar.gz
ci: Clean up pre-meson cruft in windows task
We don't need CIRRUS_ESCAPING_PROCESSES anymore as the whole tests now run within a single script: block. We don't need NO_TEMP_INSTALL anymore it was addressing an issue specific to vcregress.pl. Author: Justin Pryzby <pryzbyj@telsasoft.com> Discussion: https://postgr.es/m/20221113235303.GA26337@telsasoft.com
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6f665a207f..272706f308 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -420,15 +420,6 @@ task:
env:
TEST_JOBS: 8 # wild guess, data based value welcome
- # Avoid re-installing over and over
- NO_TEMP_INSTALL: 1
-
- # startcreate_script starts a postgres instance that we don't want to get
- # killed at the end of that script (it's stopped in stop_script). Can't
- # trivially use background_scripts because a) need pg_ctl's dropping of
- # permissions b) need to wait for startup to have finished, and we don't
- # currently have a tool for that...
- CIRRUS_ESCAPING_PROCESSES: 1
# Cirrus defaults to SetErrorMode(SEM_NOGPFAULTERRORBOX | ...). That
# prevents crash reporting from working unless binaries do SetErrorMode()