File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010- job : BuildLLVMJob
1111 timeoutInMinutes : 0
1212 pool :
13- vmImage : macOS-10.15
13+ vmImage : macOS-latest
1414
1515 steps :
1616
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ function build_libffi() {
4242}
4343
4444function get_llvm_src() {
45- # git clone --single-branch --branch release/13 .x https://github.com/llvm/llvm-project.git
45+ # git clone --single-branch --branch release/14 .x https://github.com/llvm/llvm-project.git
4646
47- wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13 .0.1 /llvm-project-13 .0.1 .src.tar.xz
48- tar xzf llvm-project-13 .0.1 .src.tar.xz
49- mv llvm-project-13 .0.1 .src llvm-project
47+ wget https://github.com/llvm/llvm-project/releases/download/llvmorg-14 .0.0 /llvm-project-14 .0.0 .src.tar.xz
48+ tar xzf llvm-project-14 .0.0 .src.tar.xz
49+ mv llvm-project-14 .0.0 .src llvm-project
5050}
5151
5252# Build LLVM for a given iOS platform
You can’t perform that action at this time.
0 commit comments