File tree Expand file tree Collapse file tree 8 files changed +369
-241
lines changed Expand file tree Collapse file tree 8 files changed +369
-241
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,26 @@ os: linux
11
11
dist : xenial
12
12
addons :
13
13
apt :
14
+ sources :
15
+ - sourceline : " deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-11 main"
16
+ key_url : " https://apt.llvm.org/llvm-snapshot.gpg.key"
14
17
packages :
15
- - llvm-3.8-dev
16
- - libclang-3.8-dev
17
- - clang-3.8
18
+ - llvm-3.9-dev
19
+ - libclang-3.9-dev
20
+ - clang-3.9
21
+ - clang-11
18
22
- cmake
19
23
rust :
20
24
- stable
21
25
- beta
22
26
- nightly
23
- - nightly-2019-07-01
27
+ - nightly-2021-03-25
24
28
env :
25
29
global :
26
30
- RUST_BACKTRACE=1
27
31
# Pinned to this particular nightly version because of core_io. This can be
28
32
# re-pinned whenever core_io is updated to the latest nightly.
29
- - CORE_IO_NIGHTLY=nightly-2019-07-01
30
- - LLVM_CONFIG_PATH=llvm-config-3.8
33
+ - CORE_IO_NIGHTLY=nightly-2021-03-25
34
+ - LLVM_CONFIG_PATH=llvm-config-3.9
31
35
script :
32
36
- ./ct.sh
You can’t perform that action at this time.
0 commit comments