Kouhei Sutou
null+****@clear*****
Sun Jul 29 23:06:29 JST 2018
Kouhei Sutou 2018-07-29 23:06:29 +0900 (Sun, 29 Jul 2018) New Revision: f1b7be5633ec0f4ad2c5f23faa71cddeba4c2cc5 https://github.com/mroonga/mroonga/commit/f1b7be5633ec0f4ad2c5f23faa71cddeba4c2cc5 Message: travis: use bundled MessagePack for tokenizer/normalizer options Modified files: tools/travis/before_script.sh tools/travis/install.sh Modified: tools/travis/before_script.sh (+2 -2) =================================================================== --- tools/travis/before_script.sh 2018-07-29 23:00:18 +0900 (5551aa69) +++ tools/travis/before_script.sh 2018-07-29 23:06:29 +0900 (526ef825) @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright(C) 2012-2016 Kouhei Sutou <kou �� clear-code.com> +# Copyright(C) 2012-2018 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,7 +21,7 @@ set -e if [ "${MROONGA_BUNDLED}" = "yes" ]; then cmake_args=(-DCMAKE_BUILD_TYPE=Debug -DWITH_UNIT_TESTS=FALSE) - cmake_args=("${cmake_args[@]}" -DWITH_EMBEDDED_SERVER=TRUE) + cmake_args=("${cmake_args[@]}" -DGRN_WITH_BUNDLED_MESSAGE_PACK=TRUE) cmake_args=("${cmake_args[@]}" -DWITHOUT_ARCHIVE=TRUE) cmake_args=("${cmake_args[@]}" -DWITHOUT_BLACKHOLE=TRUE) cmake_args=("${cmake_args[@]}" -DWITHOUT_CASSANDRA=TRUE) Modified: tools/travis/install.sh (+3 -1) =================================================================== --- tools/travis/install.sh 2018-07-29 23:00:18 +0900 (7596c1cc) +++ tools/travis/install.sh 2018-07-29 23:06:29 +0900 (639d5d8e) @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright(C) 2012-2017 Kouhei Sutou <kou �� clear-code.com> +# Copyright(C) 2012-2018 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -70,6 +70,8 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then git clone --recursive --depth 1 \ https://github.com/groonga/groonga.git \ storage/mroonga/vendor/groonga + (cd storage/mroonga/vendor/groonga/vendor && \ + ruby download_message_pack.rb) git clone --recursive --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/20180729/37df16bd/attachment-0001.htm