This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git


The following commit(s) were added to refs/heads/master by this push:
     new 4156a87  HAWQ-1750. Fix link of apr in travis
4156a87 is described below

commit 4156a8760787894ef351de73df3c38287bbba41d
Author: wang.ziming <wang.zim...@oushu.io>
AuthorDate: Mon Aug 19 18:12:54 2019 +0800

    HAWQ-1750. Fix link of apr in travis
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5c8647d..1a437b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,13 +54,15 @@ install:
   - make install
   - popd
   - rm -rf ./json-c
+  - ln -s /usr/local/opt/apr/libexec/lib/libapr-1.0.dylib /usr/local/lib/
+  - ln -s /usr/local/opt/apr/libexec/lib/libapr-1.dylib /usr/local/lib/
+  - ln -s /usr/local/opt/apr/libexec/bin/apr-1-config 
/usr/local/bin/apr-1-config
   - 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
-  - brew link apr --force
   - sudo curl https://bootstrap.pypa.io/get-pip.py |sudo python
   - sudo pip install pycrypto
   - sudo cpanm install JSON

Reply via email to