File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -37,26 +37,26 @@ runs:
3737 # Make sure to link libzstd statically
3838 sudo rm /usr/lib/$arch-linux-gnu/libzstd.so
3939
40- - name : ' Linux: Install clang 19 from apt.llvm.org'
40+ - name : ' Linux: Install clang 20 from apt.llvm.org'
4141 if : runner.os == 'Linux'
4242 shell : bash
4343 run : |
4444 set -eux
4545 cd ..
4646 curl -fL --retry 3 --max-time 30 -O https://apt.llvm.org/llvm.sh
47- sudo bash llvm.sh 19
47+ sudo bash llvm.sh 20
4848 for tool in clang clang++ ld.lld; do
49- sudo ln -sf $tool-19 /usr/bin/$tool
49+ sudo ln -sf $tool-20 /usr/bin/$tool
5050 $tool --version
5151 done
52- - name : ' Windows: Install clang v19 .1.3 from GitHub'
52+ - name : ' Windows: Install clang v20 .1.3 from GitHub'
5353 if : runner.os == 'Windows'
5454 shell : bash
5555 run : |
5656 set -eux
5757 cd ..
5858 curl -fL --retry 3 --max-time 300 -o clang.exe \
59- https://github.com/llvm/llvm-project/releases/download/llvmorg-19 .1.3/LLVM-19 .1.3-win64.exe
59+ https://github.com/llvm/llvm-project/releases/download/llvmorg-20 .1.3/LLVM-20 .1.3-win64.exe
6060 ./clang.exe //S # double-slash for bash
6161 rm clang.exe
6262 # C:\Program Files\LLVM\bin should already be in PATH
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414 cancel-in-progress : true
1515
1616env :
17- LLVM_VERSION : 19.1.7
17+ LLVM_VERSION : 8c6fb1cf
1818
1919jobs :
2020 build-native :
@@ -255,6 +255,8 @@ jobs:
255255 os : android
256256 arch : armv7a
257257 android_x86_arch : i686
258+ extra_cmake_flags : >-
259+ -DLDC_INSTALL_LLVM_RUNTIME_LIBS_ARCH=arm-android
258260
259261 - job_name : Android aarch64
260262 host_os : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments