[Groonga-mysql-commit] mroonga/mroonga at 8de6837 [master] travis: ensure purging existing MySQL [skip appveyor]

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Mar 25 11:28:31 JST 2019


Kouhei Sutou	2019-03-25 11:28:31 +0900 (Mon, 25 Mar 2019)

  Revision: 8de68378745f89eca47d9fe678881620d8dbc251
  https://github.com/mroonga/mroonga/commit/8de68378745f89eca47d9fe678881620d8dbc251

  Message:
    travis: ensure purging existing MySQL [skip appveyor]

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+4 -4)
===================================================================
--- tools/travis/install.sh    2019-03-25 11:17:24 +0900 (a995b455)
+++ tools/travis/install.sh    2019-03-25 11:28:31 +0900 (5154e53f)
@@ -115,8 +115,8 @@ else
         sudo apt -qq update
         sudo apt -qq -y purge \
              mysql-common \
-             mysql-client-5.7 \
-             mysql-server-5.7
+             mysql-client-core-5.7 \
+             mysql-server-core-5.7
         sudo rm -rf /var/lib/mysql/debian-*.flag
         sudo apt -qq -y build-dep mysql-server
         sudo apt -qq -y install \
@@ -136,8 +136,8 @@ else
       setup_percona_apt
       sudo apt -qq -y purge \
            mysql-common \
-           mysql-client-5.7 \
-           mysql-server-5.7
+           mysql-client-core-5.7 \
+           mysql-server-core-5.7
       sudo rm -rf /var/lib/mysql/debian-*.flag
       sudo apt -qq -y build-dep percona-server-server-${series}
       sudo apt -qq -y install \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190325/329abb79/attachment-0001.html>


More information about the Groonga-mysql-commit mailing list
Back to archive index