fix: Use xenial dist for newer lib symbols
This commit is contained in:
parent
87c1becbef
commit
6b43acf558
|
@ -1,3 +1,4 @@
|
|||
dist: xenial
|
||||
sudo: required
|
||||
language: node_js
|
||||
node_js:
|
||||
|
@ -16,8 +17,8 @@ notifications:
|
|||
|
||||
before_install:
|
||||
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
- sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main"
|
||||
- sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main"
|
||||
- sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main"
|
||||
- sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main"
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y clang-7 --allow-unauthenticated
|
||||
- clang-7 --version
|
||||
|
|
Loading…
Reference in New Issue