@@ -10,7 +10,7 @@ concurrency:
10
10
11
11
env :
12
12
SPEC_SPLIT_DOTS : 160
13
- CI_LLVM_VERSION : " 19 .1.7"
13
+ CI_LLVM_VERSION : " 20 .1.7"
14
14
CI_LLVM_TARGETS : " X86,AArch64"
15
15
CI_LLVM_LDFLAGS : " psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib ws2_32.lib ntdll.lib"
16
16
64
64
run : .\etc\win-ci\build-iconv.ps1 -BuildTree deps\iconv -Version 1.18
65
65
- name : Build libffi
66
66
if : steps.cache-libs.outputs.cache-hit != 'true'
67
- run : .\etc\win-ci\build-ffi.ps1 -BuildTree deps\ffi -Version 3.4.7
67
+ run : .\etc\win-ci\build-ffi.ps1 -BuildTree deps\ffi -Version 3.5.1
68
68
- name : Build zlib
69
69
if : steps.cache-libs.outputs.cache-hit != 'true'
70
70
run : .\etc\win-ci\build-z.ps1 -BuildTree deps\z -Version 1.3.1
76
76
run : .\etc\win-ci\build-yaml.ps1 -BuildTree deps\yaml -Version 0.2.5
77
77
- name : Build libxml2
78
78
if : steps.cache-libs.outputs.cache-hit != 'true'
79
- run : .\etc\win-ci\build-xml2.ps1 -BuildTree deps\xml2 -Version 2.13.6
79
+ run : .\etc\win-ci\build-xml2.ps1 -BuildTree deps\xml2 -Version 2.13.8
80
80
81
81
- name : Cache OpenSSL
82
82
id : cache-openssl
92
92
uses : ilammy/setup-nasm@72793074d3c8cdda771dba85f6deafe00623038b # v1.5.2
93
93
- name : Build OpenSSL
94
94
if : steps.cache-openssl.outputs.cache-hit != 'true'
95
- run : .\etc\win-ci\build-openssl.ps1 -BuildTree deps\openssl -Version 3.4.1
95
+ run : .\etc\win-ci\build-openssl.ps1 -BuildTree deps\openssl -Version 3.5.0
96
96
97
97
x86_64-windows-dlls :
98
98
runs-on : windows-2022
@@ -214,7 +214,7 @@ jobs:
214
214
uses : ./.github/workflows/win_build_portable.yml
215
215
with :
216
216
release : true
217
- llvm_version : " 19 .1.7"
217
+ llvm_version : " 20 .1.7"
218
218
llvm_targets : " X86,AArch64"
219
219
llvm_ldflags : " psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib ws2_32.lib ntdll.lib"
220
220
0 commit comments