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-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 4897359  NO-JIRA Upgrade to Clang 11 in .travis.yml
4897359 is described below

commit 48973597c9c7ee7758eca15c7ad503e1a3dcb90a
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Mon Feb 15 18:13:33 2021 +0100

    NO-JIRA Upgrade to Clang 11 in .travis.yml
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1de5c95..6f0440a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,7 +63,7 @@ jobs:
     dist: focal
     compiler: clang
     before_install:
-    - sudo apt-get install clang-10 llvm-10-dev
+    - sudo apt-get install clang-11 llvm-11-dev
     # https://github.com/pypa/virtualenv/issues/1740
     # https://github.com/pypa/virtualenv/issues/1873
     - python -m pip install --user --upgrade pip
@@ -75,8 +75,8 @@ jobs:
     # Install grpcio and protobuf to run the grpc tests.
     - python -m pip install --user grpcio protobuf
     env:
-    - CC=clang-10
-    - CXX=clang++-10
+    - CC=clang-11
+    - CXX=clang++-11
     - PATH="/usr/bin:$PATH" PROTON_VERSION=master BUILD_TYPE=RelWithDebInfo
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan 
-DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
   - name: "qdrouterd:Default Build"


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

Reply via email to