summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-03-18 15:36:26 -0400
committerMark Felder <feld@feld.me>2024-03-18 15:36:26 -0400
commit7f97fbc1ae8d38c88d32739e968b4f2572c755a8 (patch)
tree9261e91db7fa0e1323d6108791d904d4352c9b8c /.gitlab-ci.yml
parent0e4e20315bd8bc743f017db462debfd968066c81 (diff)
downloadpleroma-7f97fbc1ae8d38c88d32739e968b4f2572c755a8.tar.gz
pleroma-7f97fbc1ae8d38c88d32739e968b4f2572c755a8.zip
Update minimum Postgres version to 11.0; disable JIT
This release is where JIT was introduced and it should be disabled. Pleroma's queries do not benefit from JIT, but it can increase latency of queries.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09ce2efd9..79bb2fd7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,7 +113,7 @@ benchmark:
variables:
MIX_ENV: benchmark
services:
- - name: postgres:9.6-alpine
+ - name: postgres:11.22-alpine
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script: