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

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Mar 25 10:55:04 JST 2019


Kouhei Sutou	2019-03-25 10:55:04 +0900 (Mon, 25 Mar 2019)

  Revision: f0ab0f0399e6bec50274d18c10900a967a6a8a47
  https://github.com/mroonga/mroonga/commit/f0ab0f0399e6bec50274d18c10900a967a6a8a47

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

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+8 -2)
===================================================================
--- tools/travis/install.sh    2019-03-25 10:14:14 +0900 (3e5d69d5)
+++ tools/travis/install.sh    2019-03-25 10:55:04 +0900 (7d12f53e)
@@ -113,7 +113,10 @@ else
         sudo env MYSQL_SERVER_VERSION=mysql-${series} \
              dpkg -i ${repository_deb}
         sudo apt -qq update
-        sudo apt -qq -y purge mysql-common
+        sudo apt -qq -y purge \
+             mysql-common \
+             mysql-client-5.7 \
+             mysql-server-5.7
         sudo apt -qq -y build-dep mysql-server
         sudo apt -qq -y install \
              mysql-server \
@@ -130,7 +133,10 @@ else
       ;;
     percona-server-*)
       setup_percona_apt
-      sudo apt -qq -y purge mysql-common
+      sudo apt -qq -y purge \
+           mysql-common \
+           mysql-client-5.7 \
+           mysql-server-5.7
       sudo apt -qq -y build-dep percona-server-server-${series}
       sudo apt -qq -y install \
            percona-server-server-${series} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190325/c1c6c264/attachment-0001.html>


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