[Groonga-mysql-commit] mroonga/mroonga at c6be750 [master] travis mysql-8.0: just build for now

Back to archive index
Sutou Kouhei null+****@clear*****
Wed May 29 15:58:24 JST 2019


Sutou Kouhei	2019-05-29 15:58:24 +0900 (Wed, 29 May 2019)

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

  Message:
    travis mysql-8.0: just build for now

  Modified files:
    .travis.yml
    tools/travis/script.sh

  Modified: .travis.yml (+0 -3)
===================================================================
--- .travis.yml    2019-05-29 15:02:32 +0900 (5f301408)
+++ .travis.yml    2019-05-29 15:58:24 +0900 (27d6e366)
@@ -39,9 +39,6 @@ matrix:
         - MYSQL_VERSION=percona-server-5.6
     - env:
         - MYSQL_VERSION=percona-server-5.7
-  allow_failures:
-    - env:
-        - MYSQL_VERSION=mysql-8.0
 install:
   - tools/travis/install.sh
 before_script:

  Modified: tools/travis/script.sh (+2 -0)
===================================================================
--- tools/travis/script.sh    2019-05-29 15:02:32 +0900 (00251779)
+++ tools/travis/script.sh    2019-05-29 15:58:24 +0900 (120a6dfb)
@@ -102,6 +102,8 @@ run_sql_test()
   case "${CI_MYSQL_VERSION}" in
     mysql-8.0)
       n_processors=1
+      # TODO: Enable this
+      return 0
       ;;
     percona-server-*)
       :
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190529/e328d5f8/attachment-0001.html>


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