From commits-return-49425-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Fri Jan 24 09:25:25 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6344618064E for ; Fri, 24 Jan 2020 10:25:25 +0100 (CET) Received: (qmail 29155 invoked by uid 500); 24 Jan 2020 09:25:24 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 29146 invoked by uid 99); 24 Jan 2020 09:25:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2020 09:25:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 29072819F5; Fri, 24 Jan 2020 09:25:23 +0000 (UTC) Date: Fri, 24 Jan 2020 09:25:23 +0000 To: "commits@qpid.apache.org" Subject: [qpid-proton] branch master updated: PROTON-2167 Enable go binding, it used to be disabled on macOS 10.12 due to older go version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157985792392.17901.15966537611868193903@gitbox.apache.org> From: jdanek@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-proton X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fc4722d22319af7423368d1f63025857373f7d18 X-Git-Newrev: 6abb4ce64aa07c4bd29486e6f7ccd6ffd2542730 X-Git-Rev: 6abb4ce64aa07c4bd29486e6f7ccd6ffd2542730 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git The following commit(s) were added to refs/heads/master by this push: new 6abb4ce PROTON-2167 Enable go binding, it used to be disabled on macOS 10.12 due to older go version 6abb4ce is described below commit 6abb4ce64aa07c4bd29486e6f7ccd6ffd2542730 Author: Jiri Danek AuthorDate: Thu Jan 23 12:48:35 2020 +0100 PROTON-2167 Enable go binding, it used to be disabled on macOS 10.12 due to older go version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 909b8f9..28ad8a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: env: - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH" - PKG_CONFIG_PATH='/usr/local/opt/openssl@1.1/lib/pkgconfig' - - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_GO=OFF' + - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13' # python-tox-test segfaults and ruby tests do not start due to dynamic library issues - QPID_PROTON_CTEST_ARGS="--exclude-regex 'python-tox-test|ruby.*'" @@ -47,7 +47,7 @@ matrix: env: - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH" - PKG_CONFIG_PATH='/usr/local/opt/openssl@1.1/lib/pkgconfig' - - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 -DBUILD_GO=ON' + - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14' # python-tox-test segfaults and ruby tests do not start due to dynamic library issues - QPID_PROTON_CTEST_ARGS="--exclude-regex 'python-tox-test|ruby.*'" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org