Mesa (master): travis: remove libedit-dev dependency in LLVM 6.0 targets

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 8 11:03:38 UTC 2018


Module: Mesa
Branch: master
Commit: db432194a1ef95e4ba5d6e190e78a961c4ab0ded
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db432194a1ef95e4ba5d6e190e78a961c4ab0ded

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Wed Aug  8 12:16:59 2018 +0200

travis: remove libedit-dev dependency in LLVM 6.0 targets

In LLVM <6.0 we added explicitly libedit-dev, as it was required to
satisfy apt dependencies.

In LLVM 6.0, this is not required anymore, so let's remove it.

CC: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 .travis.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9e07c4b8fe..9f91d2c9b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,8 +45,6 @@ matrix:
             # llvm-6 depends on gcc-4.9 which is not in main repo
             - ubuntu-toolchain-r-test
           packages:
-            # LLVM packaging is broken and misses these dependencies
-            - libedit-dev
             # From sources above
             - llvm-6.0-dev
             # Common
@@ -142,8 +140,6 @@ matrix:
             # llvm-6 depends on gcc-4.9 which is not in main repo
             - ubuntu-toolchain-r-test
           packages:
-            # LLVM packaging is broken and misses these dependencies
-            - libedit-dev
             # From sources above
             - llvm-6.0-dev
             # Common
@@ -385,8 +381,6 @@ matrix:
             # llvm-6 depends on gcc-4.9 which is not in main repo
             - ubuntu-toolchain-r-test
           packages:
-            # LLVM packaging is broken and misses these dependencies
-            - libedit-dev
             # From sources above
             - llvm-6.0-dev
             # Common




More information about the mesa-commit mailing list