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:33 UTC

[qpid-dispatch] 01/01: NO-JIRA: Skip building Proton examples and tests in GH Action

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