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

jdanek pushed a commit to branch DISPATCH-2017
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit 8273265892d8316746256c84eff1d09590f36690
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Wed Jul 7 12:13:20 2021 +0200

    DISPATCH-2017 Use latest libuv on macOS after PROTON-2351 is resolved
---
 .travis.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 91d9440..79d74e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -174,11 +174,7 @@ jobs:
     before_install:
     - bash ./macports.sh
     - export COLUMNS=80
-    - yes | sudo port install cmake swig swig-python jsoncpp libwebsockets 
nghttp2 cyrus-sasl2 pkgconfig python37 py37-pip
-    # PROTON-2351: install libuv @1.40 because proton is broken with 1.41
-    #  https://trac.macports.org/wiki/howto/InstallingOlderPort
-    - git clone --single-branch https://github.com/macports/macports-ports.git
-    - pushd macports-ports/devel/libuv; git checkout 
425dd6e31f6c31886fabd1f911b5f2aa96c4f27d; yes | sudo port install; popd
+    - yes | sudo port install cmake swig swig-python libuv jsoncpp 
libwebsockets nghttp2 cyrus-sasl2 pkgconfig python37 py37-pip
     # set aliases for CMake's PythonInterp and PythonLibs to find MacPort's 
`python` on the path first
     - sudo port select --set python python37
     - sudo port select --set python3 python37

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to