[Groonga-commit] groonga/groonga at d8c32d4 [master] appveyor: disable LZ4 until new version is released

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 9 23:09:13 JST 2016


Kouhei Sutou	2016-10-09 23:09:13 +0900 (Sun, 09 Oct 2016)

  New Revision: d8c32d469abcca4bce96dbd1425776c555820f50
  https://github.com/groonga/groonga/commit/d8c32d469abcca4bce96dbd1425776c555820f50

  Message:
    appveyor: disable LZ4 until new version is released

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2016-10-09 22:27:13 +0900 (ef83843)
+++ appveyor.yml    2016-10-09 23:09:13 +0900 (ff6f2d2)
@@ -39,14 +39,14 @@ build_script:
   - cd vendor
   - ruby download_mecab.rb
   - ruby download_message_pack.rb
-  - ruby download_lz4.rb
+#  - ruby download_lz4.rb
   - cd ..
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
       -DCMAKE_INSTALL_PREFIX=c:\groonga
       -DGRN_WITH_MRUBY=yes
       -DGRN_WITH_BUNDLED_MECAB=yes
       -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes
-      -DGRN_WITH_BUNDLED_LZ4=yes
+#      -DGRN_WITH_BUNDLED_LZ4=yes
   - cmake --build . --config Debug
   - cmake --build . --config Debug --target Install
 
-------------- next part --------------
HTML����������������������������...
Download 



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