We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4f2f9 commit 0b4cc62Copy full SHA for 0b4cc62
.travis.yml
@@ -11,10 +11,11 @@ os: linux
11
dist: xenial
12
addons:
13
apt:
14
+ sources:
15
+ - sourceline: "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main"
16
+ key_url: "https://apt.llvm.org/llvm-snapshot.gpg.key"
17
packages:
- - llvm-3.8-dev
- - libclang-3.8-dev
- - clang-3.8
18
+ - clang-11
19
- cmake
20
rust:
21
- stable
@@ -29,6 +30,5 @@ env:
29
30
# re-pinned whenever core_io is updated to the latest nightly.
31
- CORE_IO_NIGHTLY=nightly-2019-07-01
32
- SGX_NIGHTLY=nightly-2019-10-28
- - LLVM_CONFIG_PATH=llvm-config-3.8
33
script:
34
- ./ct.sh
0 commit comments