File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 34
34
linux_static_sdk_versions :
35
35
type : string
36
36
description : " Static Linux Swift SDK version list (JSON)"
37
- default : " [\" nightly-6.2\" , \" 6.2\" ]"
37
+ default : " [\" nightly-main\" , \" nightly-6.2\" , \" 6.2\" ]"
38
+ linux_static_sdk_exclude_swift_versions :
39
+ type : string
40
+ description : " Exclude Static Linux Swift SDK version list (JSON)"
41
+ default : " [{\" swift_version\" : \"\" }]"
38
42
wasm_sdk_versions :
39
43
type : string
40
44
description : " Wasm Swift SDK version list (JSON)"
@@ -243,6 +247,8 @@ jobs:
243
247
matrix :
244
248
swift_version : ${{ fromJson(inputs.linux_static_sdk_versions) }}
245
249
os_version : ${{ fromJson(inputs.linux_os_versions) }}
250
+ exclude :
251
+ - ${{ fromJson(inputs.linux_static_sdk_exclude_swift_versions) }}
246
252
container :
247
253
image : ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
248
254
steps :
You can’t perform that action at this time.
0 commit comments