[Groonga-mysql-commit] mroonga/mroonga at e95cc20 [master] travis: install libmysqld-dev for MySQL 8

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Mon Nov 26 18:43:48 JST 2018


Kouhei Sutou	2018-11-26 18:43:48 +0900 (Mon, 26 Nov 2018)

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

  Message:
    travis: install libmysqld-dev for MySQL 8

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+1 -7)
===================================================================
--- tools/travis/install.sh    2018-11-26 17:34:43 +0900 (69416b11)
+++ tools/travis/install.sh    2018-11-26 18:43:48 +0900 (b3eb7ebf)
@@ -119,14 +119,8 @@ else
         sudo apt-get -qq -y install \
              mysql-server \
              libmysqlclient-dev \
+             libmysqld-dev \
              mysql-testsuite
-        case "$MYSQL_VERSION" in
-          mysql-8*)
-            ;;
-          *)
-            sudo apt-get -y install libmysqld-dev
-            ;;
-        esac
         apt-get -qq source mysql-server
         ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
       fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181126/62c02639/attachment-0001.html>


More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る