You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by rl...@apache.org on 2017/12/15 06:54:01 UTC

incubator-hawq git commit: HAWQ-1572 Fix travis ci build failure. Thrift/Boost incompatibility

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 7f10c94a0 -> 85fd30570


HAWQ-1572 Fix travis ci build failure. Thrift/Boost incompatibility


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/85fd3057
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/85fd3057
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/85fd3057

Branch: refs/heads/master
Commit: 85fd30570adc59551bd600c1bb3b8c12c8b84f0a
Parents: 7f10c94
Author: Shubham Sharma <sh...@gmail.com>
Authored: Thu Dec 14 16:53:33 2017 -0800
Committer: Shubham Sharma <sh...@gmail.com>
Committed: Thu Dec 14 16:53:33 2017 -0800

----------------------------------------------------------------------
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/85fd3057/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 025180d..e03c32a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,9 @@ install:
       thrift
   - brew outdated libyaml || brew upgrade libyaml
   - brew outdated json-c  || brew upgrade json-c
-  - brew outdated boost   || brew upgrade boost
+  - brew uninstall boost --ignore-dependencies
+  - brew install homebrew/core/boost@1.60
+  - brew link boost@1.60 --force
   - brew outdated maven   || brew upgrade maven
   - brew install iproute2mac
   - brew list --versions