[Groonga-mysql-commit] mroonga/mroonga at b2c51f4 [master] appveyor: add a workaround for MariaDB 10.3.8 packaging

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jul 7 08:25:43 JST 2018


Kouhei Sutou	2018-07-07 08:25:43 +0900 (Sat, 07 Jul 2018)

  New Revision: b2c51f49000c4491a9274cc71144c9a8eee4a55c
  https://github.com/mroonga/mroonga/commit/b2c51f49000c4491a9274cc71144c9a8eee4a55c

  Message:
    appveyor: add a workaround for MariaDB 10.3.8 packaging
    
    It should be reported to upstream.

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -0)
===================================================================
--- appveyor.yml    2018-07-07 08:09:01 +0900 (2263ea85)
+++ appveyor.yml    2018-07-07 08:25:43 +0900 (3ef02ad8)
@@ -30,6 +30,9 @@ install:
   - c:\Ruby22-x64\bin\ruby -v download_lz4.rb
   - c:\Ruby22-x64\bin\ruby -v download_mecab.rb
   - cd ..\..\mariadb-%MARIADB_VERSION%
+  # TODO: Report it to upstream
+  - if "%MARIADB_VERSION%" == "10.3.8"
+      mv sql\sql_yacc_orac.cc sql\sql_yacc_ora.cc
   - mkdir storage\mroonga\vendor
   - move ..\groonga storage\mroonga\vendor\groonga
   - git clone --quiet --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git storage\mroonga\vendor\groonga\vendor\plugins\groonga-normalizer-mysql
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180707/d974d4b8/attachment-0001.htm 



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