Commit 8820c15 1 parent 24c9d3b commit 8820c15 Copy full SHA for 8820c15
File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -499,10 +499,7 @@ jobs:
499
499
500
500
# Coverage collection is Nightly-only
501
501
rust_channel :
502
- # XXX: Later Rust Nightly uses LLVM 13 which has a new coverage format.
503
- # Use this older version until install-build-tools.sh and similar can
504
- # be updated to use LLVM 13.
505
- - nightly-2021-08-20
502
+ - nightly
506
503
507
504
# TODO: targets
508
505
include :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ for arg in $*; do
39
39
done
40
40
41
41
# See comments in install-build-tools.sh.
42
- llvm_version=12
42
+ llvm_version=14
43
43
44
44
case $target in
45
45
aarch64-linux-android)
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ case $target in
76
76
esac
77
77
78
78
if [ -n " $use_clang " ]; then
79
- # https://github.com/rust-lang/rust /pull/79365 upgraded the coverage file
80
- # format to one that only LLVM 11+ can use
81
- llvm_version=12
79
+ # https://github.com/rustls/rustls /pull/1009 upgraded Rust's LLVM version to
80
+ # 14
81
+ llvm_version=14
82
82
sudo apt-key add mk/llvm-snapshot.gpg.key
83
83
sudo add-apt-repository " deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-$llvm_version main"
84
84
sudo apt-get update
You can’t perform that action at this time.
0 commit comments