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

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


Kouhei Sutou	2019-03-25 11:17:24 +0900 (Mon, 25 Mar 2019)

  Revision: 03e487c29fc034c09519b98368543fc1b748af61
  https://github.com/mroonga/mroonga/commit/03e487c29fc034c09519b98368543fc1b748af61

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

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+2 -0)
===================================================================
--- tools/travis/install.sh    2019-03-25 10:55:04 +0900 (7d12f53e)
+++ tools/travis/install.sh    2019-03-25 11:17:24 +0900 (a995b455)
@@ -117,6 +117,7 @@ else
              mysql-common \
              mysql-client-5.7 \
              mysql-server-5.7
+        sudo rm -rf /var/lib/mysql/debian-*.flag
         sudo apt -qq -y build-dep mysql-server
         sudo apt -qq -y install \
              mysql-server \
@@ -137,6 +138,7 @@ else
            mysql-common \
            mysql-client-5.7 \
            mysql-server-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 \
            percona-server-server-${series} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190325/fab2ecdf/attachment.html>


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