[Groonga-commit] groonga/groonga at 450ec07 [master] appveyor: try to disable mrb_gc_arena_* API

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 10 14:16:56 JST 2018


Kouhei Sutou	2018-04-10 14:16:56 +0900 (Tue, 10 Apr 2018)

  New Revision: 450ec0728d91bba9a3c6b9b2f87f5c7adf79a604
  https://github.com/groonga/groonga/commit/450ec0728d91bba9a3c6b9b2f87f5c7adf79a604

  Message:
    appveyor: try to disable mrb_gc_arena_* API

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -0)
===================================================================
--- appveyor.yml    2018-04-10 13:17:06 +0900 (0f910d76e)
+++ appveyor.yml    2018-04-10 14:16:56 +0900 (660b8c91b)
@@ -65,6 +65,8 @@ build_script:
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2015
   - if "%ARCH%" == "amd64"
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% Win64
+  - ruby -i'' -pe '$_.gsub!(/^MRB_API int mrb_gc_arena_save/, "//")'
+  - ruby -i'' -pe '$_.gsub!(/^MRB_API void mrb_gc_arena_restore/, "//")'
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
       -DCMAKE_INSTALL_PREFIX=%FULL_GROONGA_INSTALL_FOLDER%
       -DGRN_WITH_MRUBY=yes
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180410/e14e24c7/attachment.htm 



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