mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
bump CI LLVM to 14.0.5
The version 14.0.2 we currently use is busted on windows at the very least.
This commit is contained in:
parent
5b8cf49c51
commit
94f8ee1f7c
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ set -ex
|
|||
|
||||
source shared.sh
|
||||
|
||||
LLVM=llvmorg-14.0.2
|
||||
LLVM=llvmorg-14.0.5
|
||||
|
||||
mkdir llvm-project
|
||||
cd llvm-project
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
# ignore-tidy-linelength
|
||||
# This script installs clang on the local machine. Note that we don't install
|
||||
# clang on Linux since its compiler story is just so different. Each container
|
||||
# has its own toolchain configured appropriately already.
|
||||
|
@ -9,7 +10,7 @@ IFS=$'\n\t'
|
|||
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
|
||||
|
||||
# Update both macOS's and Windows's tarballs when bumping the version here.
|
||||
LLVM_VERSION="14.0.2"
|
||||
LLVM_VERSION="14.0.5"
|
||||
|
||||
if isMacOS; then
|
||||
# If the job selects a specific Xcode version, use that instead of
|
||||
|
|
Loading…
Reference in a new issue