[Groonga-commit] groonga/groonga at 7c0ea8c [master] travis: disable memory file system on OS X temporary

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun May 8 22:12:06 JST 2016


Kouhei Sutou	2016-05-08 22:12:06 +0900 (Sun, 08 May 2016)

  New Revision: 7c0ea8c64c214857603a10fd5ad03658a465a36b
  https://github.com/groonga/groonga/commit/7c0ea8c64c214857603a10fd5ad03658a465a36b

  Message:
    travis: disable memory file system on OS X temporary
    
    It may be slow...

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+9 -9)
===================================================================
--- tools/travis-script.sh    2016-05-08 21:57:58 +0900 (2398495)
+++ tools/travis-script.sh    2016-05-08 22:12:06 +0900 (c7a7655)
@@ -13,15 +13,15 @@ set -x
 
 export COLUMNS=79
 
-if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
-  memory_fs_size=$[10 * 1024 * 1024] # 10MiB
-  byte_per_sector=512
-  n_sectors=$[${memory_fs_size} / ${byte_per_sector}]
-  memory_fs_device_path=$(hdid -nomount ram://${n_sectors})
-  newfs_hfs ${memory_fs_device_path}
-  mkdir -p test/command/tmp
-  mount -t hfs ${memory_fs_device_path} test/command/tmp
-fi
+# if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
+#   memory_fs_size=$[10 * 1024 * 1024] # 10MiB
+#   byte_per_sector=512
+#   n_sectors=$[${memory_fs_size} / ${byte_per_sector}]
+#   memory_fs_device_path=$(hdid -nomount ram://${n_sectors})
+#   newfs_hfs ${memory_fs_device_path}
+#   mkdir -p test/command/tmp
+#   mount -t hfs ${memory_fs_device_path} test/command/tmp
+# fi
 
 case "${BUILD_TOOL}" in
   autotools)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る