Kouhei Sutou
null+****@clear*****
Mon Jan 23 14:37:14 JST 2017
Kouhei Sutou 2017-01-23 14:37:14 +0900 (Mon, 23 Jan 2017) New Revision: 1bd6c163db868f8589195192cb63e234e1252a42 https://github.com/groonga/groonga/commit/1bd6c163db868f8589195192cb63e234e1252a42 Message: travis: try to disable memory file system on OS X Modified files: tools/travis-script.sh Modified: tools/travis-script.sh (+7 -7) =================================================================== --- tools/travis-script.sh 2017-01-23 14:37:05 +0900 (e8aa9ab) +++ tools/travis-script.sh 2017-01-23 14:37:14 +0900 (20433b5) @@ -25,13 +25,13 @@ retry() } if [ "${TRAVIS_OS_NAME}" = "osx" ]; then - memory_fs_size=$[512 * 1024 * 1024] # 512MiB - 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 tmp - mount -t hfs ${memory_fs_device_path} tmp + # memory_fs_size=$[512 * 1024 * 1024] # 512MiB + # 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 tmp + # mount -t hfs ${memory_fs_device_path} tmp command_test_options="${command_test_options} --n-workers=2" else -------------- next part -------------- HTML����������������������������...Download