comparison .github/workflows/ci-test.yml @ 6853:1f12ca2c409c

mysql off again
author John Rouillard <rouilj@ieee.org>
date Wed, 31 Aug 2022 22:25:37 -0400
parents 8ffb859b01dd
children 4f115313e262
comparison
equal deleted inserted replaced
6852:8ffb859b01dd 6853:1f12ca2c409c
56 sudo service postgresql restart; sleep 30 56 sudo service postgresql restart; sleep 30
57 # set up postgresql database 57 # set up postgresql database
58 sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres 58 sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
59 59
60 - name: Install mysql/mariadb 60 - name: Install mysql/mariadb
61 if: ${{ false }}
61 run: | 62 run: |
62 sudo apt-get install mysql-server mysql-client 63 sudo apt-get install mysql-server mysql-client
63 # set up mysql database 64 # set up mysql database
64 sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf 65 sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
65 cat /etc/mysql/my.cnf 66 cat /etc/mysql/my.cnf

Roundup Issue Tracker: http://roundup-tracker.org/