You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2018/03/23 19:21:31 UTC

qpid-proton git commit: PROTON-1810: [MacOS] Temporarily disable fuzz regression tests

Repository: qpid-proton
Updated Branches:
  refs/heads/master 0cee74c44 -> c0d83996d


PROTON-1810: [MacOS] Temporarily disable fuzz regression tests


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c0d83996
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c0d83996
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c0d83996

Branch: refs/heads/master
Commit: c0d83996d07e0f084aedae693ed7aab3487a586b
Parents: 0cee74c
Author: Andrew Stitcher <as...@apache.org>
Authored: Fri Mar 23 15:06:06 2018 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Fri Mar 23 15:06:06 2018 -0400

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c0d83996/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index fe09339..92a273b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ matrix:
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DPROACTOR=libuv -DSASL_IMPL=none -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DBUILD_RUBY=OFF'
+    - QPID_PROTON_CMAKE_ARGS='-DPROACTOR=libuv -DSASL_IMPL=none -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DBUILD_RUBY=OFF -DENABLE_FUZZ_TESTING=NO'
     before_install:
     - brew update
     - brew upgrade cmake python openssl
@@ -48,7 +48,7 @@ matrix:
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DPROACTOR=libuv -DSASL_IMPL=none -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_RUBY=OFF'
+    - QPID_PROTON_CMAKE_ARGS='-DPROACTOR=libuv -DSASL_IMPL=none -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_RUBY=OFF -DENABLE_FUZZ_TESTING=NO'
     before_install:
     - brew update
     - brew upgrade cmake python openssl


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