This is an automated email from the ASF dual-hosted git repository.
gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new 58f7568 NO-JIRA: Temporarily removed build due to following error:
The command 'sudo apt-get install clang-11 llvm-11-dev' failed and exited with
100 during. This closes #1189.
58f7568 is described below
commit 58f75685654f5111e485451e3279a1da2c64c58c
Author: Ganesh Murthy <[email protected]>
AuthorDate: Wed May 5 15:52:44 2021 -0400
NO-JIRA: Temporarily removed build due to following error:
The command 'sudo apt-get install clang-11 llvm-11-dev' failed and exited
with 100 during. This closes #1189.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index fa2d1c9..46ca93b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ jobs:
- name: "qdrouterd:TSAN"
- arch: arm64
- arch: s390x
+ - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
include:
- name: "apache-rat:check"
os: linux
@@ -115,7 +116,7 @@ jobs:
- PROTON_VERSION=main BUILD_TYPE=RelWithDebInfo
- DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan
-DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG -DQD_ENABLE_ASSERTIONS=ON
-DDISPATCH_TEST_TIMEOUT=500'
- DISPATCH_CTEST_EXTRA='-E
system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'
- - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
+ - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal) on arm64"
arch: arm64
os: linux
dist: focal
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]