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 d8a4203 DISPATCH-1712 Proton enabled LTO on Clang, we need
llvm-10-dev in CI (#781)
d8a4203 is described below
commit d8a42030d961d33f88f07590c41e9d4012479f19
Author: Jiri Daněk <[email protected]>
AuthorDate: Wed Jul 22 21:00:32 2020 +0200
DISPATCH-1712 Proton enabled LTO on Clang, we need llvm-10-dev in CI (#781)
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 9244a97..f4c8284 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ jobs:
dist: focal
compiler: clang
before_install:
- - sudo apt-get install clang-10
+ - sudo apt-get install clang-10 llvm-10-dev
# https://github.com/pypa/virtualenv/issues/1740
# https://github.com/pypa/virtualenv/issues/1873
- python -m pip install --user --upgrade pip
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]