[Mesa-dev] [RFC PATCH 2/5] travis: Add libclc-dev, clang and libclang-dev dependencies of clover

Rhys Kidd rhyskidd at gmail.com
Wed Dec 12 07:45:15 UTC 2018


Fixes: 98a3f027aaf ("travis: enable nine and clover")
Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index aec1b001083..60ef236e7be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,8 +90,11 @@ matrix:
             # llvm-6 requires libstdc++4.9 which is not in main repo
             - ubuntu-toolchain-r-test
           packages:
+            - libclc-dev
             # From sources above
             - llvm-6.0-dev
+            - clang-6.0
+            - libclang-6.0-dev
             # Common
             - xz-utils
             - libexpat1-dev
-- 
2.19.1



More information about the mesa-dev mailing list