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 2020/10/08 08:58:32 UTC

[qpid-dispatch] branch jiridanek-patch-1 created (now 0a5d565)

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 0a5d565  NO-JIRA: Skip building Proton examples and tests in GH Action

This branch includes the following new commits:

     new 0a5d565  NO-JIRA: Skip building Proton examples and tests in GH Action

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: Skip building Proton examples and tests in GH Action

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 0a5d5654aeacfea123e53d2d1916dc187990f21b
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Thu Oct 8 10:58:24 2020 +0200

    NO-JIRA: Skip building Proton examples and tests in GH Action
    
    These options are enabled in PROTON-2170 and PROTON-2171.
    Proton versions that don't implement this yet will ignore them and print a CMake warning.
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 5e21197..05c2ffd 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
       DispatchBuildDir: ${{github.workspace}}/qpid-dispatch/build
       InstallPrefix: ${{github.workspace}}/install
 
-      ProtonCMakeExtraArgs: '-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DBUILD_BINDINGS=python -DRUNTIME_CHECK=${{matrix.runtimeCheck}}'
+      ProtonCMakeExtraArgs: '-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DBUILD_BINDINGS=python -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DRUNTIME_CHECK=${{matrix.runtimeCheck}}'
       DispatchCMakeExtraArgs: '-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCONSOLE_INSTALL=OFF -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG -DRUNTIME_CHECK=${{matrix.runtimeCheck}}'
 
       CCACHE_BASEDIR: ${{github.workspace}}


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