This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch jd_can_i_haz_clang11
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit 324bb3f48f0cc3898bb2f0a0ad95a5b78c0b8c4c
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Fri Feb 12 17:28:43 2021 +0100

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

diff --git a/.travis.yml b/.travis.yml
index cd3ae5d..d720d12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,14 +68,14 @@ jobs:
     os: linux
     dist: focal
     before_install:
-    - sudo apt-get install -y clang-10 llvm-10-dev
+    - sudo apt-get install -y clang-11 llvm-11-dev
     env:
-    - CC=clang-10
-    - CXX=clang++-10
+    - CC=clang-11
+    - CXX=clang++-11
     - PYTHON=python3
     - QPID_PROTON_CMAKE_ARGS='-DRUNTIME_CHECK=asan -DENABLE_TOX_TEST=OFF 
-DTHREADERCISER=ON'
     # otherwise, on Travis ldd gives `libclang_rt.asan-x86_64.so => not found` 
and binaries don't work
-    - LD_LIBRARY_PATH=/usr/lib/llvm-10/lib/clang/10.0.0/lib/linux/
+    - LD_LIBRARY_PATH=/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/
   - name: gcc tsan
     os: linux
     dist: focal


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

Reply via email to