[Groonga-commit] groonga/groonga at 13b81e6 [master] travis: remove jemalloc tests

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 12 15:33:41 JST 2015


Kouhei Sutou	2015-03-12 15:33:41 +0900 (Thu, 12 Mar 2015)

  New Revision: 13b81e6de155db2a96c6c993ae6dbc6f9e062b61
  https://github.com/groonga/groonga/commit/13b81e6de155db2a96c6c993ae6dbc6f9e062b61

  Message:
    travis: remove jemalloc tests
    
    We confirmed that they work well.

  Modified files:
    .travis.yml
    tools/travis-before-script.sh
    tools/travis-install.sh

  Modified: .travis.yml (+0 -2)
===================================================================
--- .travis.yml    2015-03-12 15:26:10 +0900 (ed562b1)
+++ .travis.yml    2015-03-12 15:33:41 +0900 (74f3649)
@@ -12,8 +12,6 @@ compiler:
 env:
   - BUILD_TOOL=autotools
   - BUILD_TOOL=autotools ENABLE_MRUBY=yes
-  - BUILD_TOOL=autotools ENABLE_JEMALLOC=yes
-  - BUILD_TOOL=autotools ENABLE_MRUBY=yes ENABLE_JEMALLOC=yes
   - BUILD_TOOL=autotools CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
   - BUILD_TOOL=cmake
   - BUILD_TOOL=cmake ENABLE_MRUBY=yes

  Modified: tools/travis-before-script.sh (+0 -3)
===================================================================
--- tools/travis-before-script.sh    2015-03-12 15:26:10 +0900 (71d5a81)
+++ tools/travis-before-script.sh    2015-03-12 15:33:41 +0900 (ac56e5b)
@@ -17,9 +17,6 @@ case "${BUILD_TOOL}" in
     if [ "$ENABLE_MRUBY" = "yes" ]; then
       configure_args="${configure_args} --with-ruby --enable-mruby"
     fi
-    if [ "$ENABLE_JEMALLOC" = "yes" ]; then
-      configure_args="${configure_args} --with-jemalloc"
-    fi
 
     ./configure --prefix=${prefix} --with-ruby ${configure_args}
     ;;

  Modified: tools/travis-install.sh (+0 -3)
===================================================================
--- tools/travis-install.sh    2015-03-12 15:26:10 +0900 (e64e17b)
+++ tools/travis-install.sh    2015-03-12 15:33:41 +0900 (943c622)
@@ -13,9 +13,6 @@ case "${TRAVIS_OS_NAME}" in
          libmecab-dev \
          mecab-naist-jdic \
          cmake
-    if [ "${ENABLE_JEMALLOC}" = "yes" ]; then
-      sudo apt-get install -qq -y libjemalloc-dev
-    fi
     ;;
   osx)
     brew install \
-------------- next part --------------
HTML����������������������������...
Download 



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