actions: tweak database settings

Disabling fsync and friends should speed up the CI run
significantly.
This commit is contained in:
Sarah Hoffmann
2020-10-28 11:10:14 +01:00
parent ee4684e6a9
commit bd04c49bc1
3 changed files with 29 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ runs:
steps:
- name: Install prerequisits
run: sudo apt-get install -y -qq libboost-system-dev libboost-filesystem-dev libexpat1-dev zlib1g-dev libbz2-dev libpq-dev libproj-dev postgresql-13-postgis-3 postgresql-13-postgis-3-scripts postgresql-server-dev-13 python3-psycopg2 python3-pyosmium
run: sudo apt-get install -y -qq libboost-system-dev libboost-filesystem-dev libexpat1-dev zlib1g-dev libbz2-dev libpq-dev libproj-dev python3-psycopg2 python3-pyosmium
shell: bash
- name: Configure