diff mbox series

travis: Switch over to using LLVM-10

Message ID 20200212221457.28727-1-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series travis: Switch over to using LLVM-10 | expand

Commit Message

Tom Rini Feb. 12, 2020, 10:14 p.m. UTC
At this point LLVM-7 is rather old.  Switch over to LLVM-10 to enable
some amount of CI coverage with newer compilers.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Tom Rini April 28, 2020, 1:54 p.m. UTC | #1
On Wed, Feb 12, 2020 at 05:14:57PM -0500, Tom Rini wrote:

> At this point LLVM-7 is rather old.  Switch over to LLVM-10 to enable
> some amount of CI coverage with newer compilers.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 44e539038acd..3ad07e9e6412 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,10 @@  language: c
 
 addons:
   apt:
+    update: true
     sources:
-    - ubuntu-toolchain-r-test
-    - llvm-toolchain-bionic-7
+    - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
+      key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
     packages:
     - cppcheck
     - sloccount
@@ -36,7 +37,7 @@  addons:
     - liblz4-tool
     - lzma-alone
     - libisl15
-    - clang-7
+    - clang-10
     - srecord
 
 install:
@@ -392,7 +393,7 @@  matrix:
       env:
         - TEST_PY_BD="sandbox"
           BUILDMAN="^sandbox$"
-          OVERRIDE="-O clang-7"
+          OVERRIDE="-O clang-10"
     - name: "test/py sandbox_spl"
       env:
         - TEST_PY_BD="sandbox_spl"