You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2021/03/04 06:20:29 UTC

[qpid-dispatch] branch jiridanek-patch-1 created (now 5418dac)

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

jdanek pushed a change to branch jiridanek-patch-1
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.


      at 5418dac  NO-JIRA Use PROTON_VERSION=0.33.0 on macOS TravisCI

This branch includes the following new commits:

     new 5418dac  NO-JIRA Use PROTON_VERSION=0.33.0 on macOS TravisCI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[qpid-dispatch] 01/01: NO-JIRA Use PROTON_VERSION=0.33.0 on macOS TravisCI

Posted by jd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5418dac233b400984a1add0305b692e6f1e6ed1c
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Thu Mar 4 07:20:21 2021 +0100

    NO-JIRA Use PROTON_VERSION=0.33.0 on macOS TravisCI
    
    The macOS build got completely broken. Probably due to changes in Proton master.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2ed5720..6f2a7ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,7 +103,7 @@ jobs:
   - os: osx
     osx_image: xcode11
     env:
-    - PATH="/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH" PROTON_VERSION=master
+    - PATH="/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH" PROTON_VERSION=0.33.0
     before_install:
     - bash ./macports.sh
     - export COLUMNS=80


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