travis: Switch over to using LLVM-10

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>
This commit is contained in:
Tom Rini 2020-02-12 17:14:57 -05:00
parent 3bab3dcacd
commit 98178bdcdd

View File

@ -10,9 +10,10 @@ language: c
addons: addons:
apt: apt:
update: true
sources: sources:
- ubuntu-toolchain-r-test - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
- llvm-toolchain-bionic-7 key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages: packages:
- autopoint - autopoint
- cppcheck - cppcheck
@ -38,7 +39,7 @@ addons:
- liblz4-tool - liblz4-tool
- lzma-alone - lzma-alone
- libisl15 - libisl15
- clang-7 - clang-10
- srecord - srecord
- graphviz - graphviz
- coreutils - coreutils
@ -499,7 +500,7 @@ matrix:
- name: "test/py sandbox with clang" - name: "test/py sandbox with clang"
env: env:
- TEST_PY_BD="sandbox" - TEST_PY_BD="sandbox"
OVERRIDE="-O clang-7" OVERRIDE="-O clang-10"
- name: "test/py sandbox_spl" - name: "test/py sandbox_spl"
env: env:
- TEST_PY_BD="sandbox_spl" - TEST_PY_BD="sandbox_spl"