comparison .github/workflows/ci-test.yml @ 6846:845aba20b4b6

disable mysql db install apt-get mysql fails. my guess is it's mariadb, so disable for now as I may need to change file names/paths etc.
author John Rouillard <rouilj@ieee.org>
date Wed, 31 Aug 2022 21:43:01 -0400
parents bd4d573ca733
children 1f335fc08795
comparison
equal deleted inserted replaced
6845:bd4d573ca733 6846:845aba20b4b6
54 sudo service postgresql restart; sleep 30 54 sudo service postgresql restart; sleep 30
55 # set up postgresql database 55 # set up postgresql database
56 sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres 56 sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
57 57
58 - name: Install mysql 58 - name: Install mysql
59 if: ${{ false }}
59 run: | 60 run: |
60 sudo apt-get install mysql 61 sudo apt-get install mysql
61 # set up mysql database 62 # set up mysql database
62 sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf 63 sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
63 cat /etc/mysql/my.cnf 64 cat /etc/mysql/my.cnf

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