Travis CI
notif****@travi*****
Sun May 19 10:06:05 JST 2013
Build Update for groonga/groonga
-------------------------------------
Build: #1768
Status: Still Failing
Duration: 9 minutes and 33 seconds
Commit: 5f7d5bd (master)
Author: Kouhei Sutou
Message: Show system error message on mmap() is failed
It is tested by changing grn_io_seg_map_() like:
void
grn_io_seg_map_(grn_ctx *ctx, grn_io *io, uint32_t segno, grn_io_mapinfo *info)
{
+ errno = ENOMEM;
+ return;
SEG_MAP(io, segno, info);
}
NOTE: Windows version may not be worked. I didn't try it yet.
View the changeset: https://github.com/groonga/groonga/compare/1389d6a6fd83...5f7d5bd7e14e
View the full build log and details: https://travis-ci.org/groonga/groonga/builds/7289259
--
You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration
-------------- next part --------------
An HTML attachment was scrubbed...
Download