File tree Expand file tree Collapse file tree 8 files changed +370
-242
lines changed Expand file tree Collapse file tree 8 files changed +370
-242
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,26 @@ os: linux
1111dist : xenial
1212addons :
1313 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"
1417 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
1822 - cmake
1923rust :
2024 - stable
2125 - beta
2226 - nightly
23- - nightly-2019-07-01
27+ - nightly-2021-03-25
2428env :
2529 global :
2630 - RUST_BACKTRACE=1
2731 # Pinned to this particular nightly version because of core_io. This can be
2832 # 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
3135script :
3236 - ./ct.sh
You can’t perform that action at this time.
0 commit comments