mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Travis silently fails when builds cmake/gcc4.4 combination #142
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eustas on GitHub (Oct 19, 2016).
https://travis-ci.org/google/brotli/jobs/168940272
@eustas commented on GitHub (Oct 19, 2016):
May it be ralated to https://blog.travis-ci.com/2016-10-04-osx-73-default-image-live/ ?
@eustas commented on GitHub (Oct 20, 2016):
Homebrew gcc44 formulae is not supported for OS versions newer than maverics
@anthrotype commented on GitHub (Oct 20, 2016):
You could tell Travis CI to use Mavericks by specifying
osx_image: beta-xcode6.1orosx_image: beta-xcode6.2.See https://docs.travis-ci.com/user/osx-ci-environment/
@eustas commented on GitHub (Oct 20, 2016):
Thanks, fixed this way.